Searched defs:Utf8PathBuf (Results 1 – 2 of 2) sorted by relevance
114 pub struct Utf8PathBuf(PathBuf); struct116 impl Utf8PathBuf { implementation158 pub fn from_path_buf(path: PathBuf) -> Result<Utf8PathBuf, PathBuf> { in from_path_buf()212 pub fn with_capacity(capacity: usize) -> Utf8PathBuf { in with_capacity()491 impl Deref for Utf8PathBuf { implementation502 impl std::ops::DerefMut for Utf8PathBuf { implementation508 impl fmt::Debug for Utf8PathBuf { implementation514 impl fmt::Display for Utf8PathBuf { implementation520 impl<P: AsRef<Utf8Path>> Extend<P> for Utf8PathBuf { implementation696 pub fn to_path_buf(&self) -> Utf8PathBuf { in to_path_buf()[all …]
23 impl Arbitrary for Utf8PathBuf { implementation