Searched defs:Utf8PathBuf (Results 1 – 2 of 2) sorted by relevance
111 pub struct Utf8PathBuf(PathBuf); struct113 impl Utf8PathBuf { implementation155 pub fn from_path_buf(path: PathBuf) -> Result<Utf8PathBuf, PathBuf> { in from_path_buf()208 pub fn with_capacity(capacity: usize) -> Utf8PathBuf { in with_capacity()479 impl Deref for Utf8PathBuf { implementation489 impl std::ops::DerefMut for Utf8PathBuf { implementation495 impl fmt::Debug for Utf8PathBuf { implementation501 impl fmt::Display for Utf8PathBuf { implementation507 impl<P: AsRef<Utf8Path>> Extend<P> for Utf8PathBuf { implementation677 pub fn to_path_buf(&self) -> Utf8PathBuf { in to_path_buf()[all …]
23 impl Arbitrary for Utf8PathBuf { implementation