Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/camino/src/
Dlib.rs114 pub struct Utf8PathBuf(PathBuf); struct
116 impl Utf8PathBuf { implementation
158 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 { implementation
502 impl std::ops::DerefMut for Utf8PathBuf { implementation
508 impl fmt::Debug for Utf8PathBuf { implementation
514 impl fmt::Display for Utf8PathBuf { implementation
520 impl<P: AsRef<Utf8Path>> Extend<P> for Utf8PathBuf { implementation
696 pub fn to_path_buf(&self) -> Utf8PathBuf { in to_path_buf()
[all …]
Dproptest_impls.rs23 impl Arbitrary for Utf8PathBuf { implementation