pub struct EscapedPath(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsMut<PathBuf> for EscapedPath
impl AsMut<PathBuf> for EscapedPath
Source§impl AsRef<Path> for EscapedPath
impl AsRef<Path> for EscapedPath
Source§impl AsRef<PathBuf> for EscapedPath
impl AsRef<PathBuf> for EscapedPath
Source§impl Clone for EscapedPath
impl Clone for EscapedPath
Source§fn clone(&self) -> EscapedPath
fn clone(&self) -> EscapedPath
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EscapedPath
impl Debug for EscapedPath
Source§impl Default for EscapedPath
impl Default for EscapedPath
Source§impl Display for EscapedPath
impl Display for EscapedPath
Source§impl<P: AsRef<Path>> Extend<P> for EscapedPath
impl<P: AsRef<Path>> Extend<P> for EscapedPath
Source§fn extend<I: IntoIterator<Item = P>>(&mut self, iter: I)
fn extend<I: IntoIterator<Item = P>>(&mut self, iter: I)
Extends a collection with the contents of an iterator. Read more
Source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one)Extends a collection with exactly one element.
Source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one)Reserves capacity in a collection for the given number of additional elements. Read more
Source§impl From<String> for EscapedPath
impl From<String> for EscapedPath
Source§impl Hash for EscapedPath
impl Hash for EscapedPath
Source§impl<'a> IntoIterator for &'a EscapedPath
impl<'a> IntoIterator for &'a EscapedPath
Source§impl Ord for EscapedPath
impl Ord for EscapedPath
Source§fn cmp(&self, other: &EscapedPath) -> Ordering
fn cmp(&self, other: &EscapedPath) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EscapedPath
impl PartialEq for EscapedPath
Source§impl PartialOrd for EscapedPath
impl PartialOrd for EscapedPath
impl Eq for EscapedPath
impl StructuralPartialEq for EscapedPath
Auto Trait Implementations§
impl Freeze for EscapedPath
impl RefUnwindSafe for EscapedPath
impl Send for EscapedPath
impl Sync for EscapedPath
impl Unpin for EscapedPath
impl UnwindSafe for EscapedPath
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.