Home
last modified time | relevance | path

Searched defs:Utf8PathBuf (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/camino/src/
Dlib.rs111 pub struct Utf8PathBuf(PathBuf); struct
113 impl Utf8PathBuf { implementation
155 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 { implementation
489 impl std::ops::DerefMut for Utf8PathBuf { implementation
495 impl fmt::Debug for Utf8PathBuf { implementation
501 impl fmt::Display for Utf8PathBuf { implementation
507 impl<P: AsRef<Utf8Path>> Extend<P> for Utf8PathBuf { implementation
677 pub fn to_path_buf(&self) -> Utf8PathBuf { in to_path_buf()
[all …]
Dproptest_impls.rs23 impl Arbitrary for Utf8PathBuf { implementation