pub struct NormalizedPath(/* private fields */);Expand description
A normalized path wrapper.
Implementations§
Trait Implementations§
Source§impl Clone for NormalizedPath
impl Clone for NormalizedPath
Source§fn clone(&self) -> NormalizedPath
fn clone(&self) -> NormalizedPath
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 NormalizedPath
impl Debug for NormalizedPath
Source§impl Display for NormalizedPath
impl Display for NormalizedPath
Source§impl Hash for NormalizedPath
impl Hash for NormalizedPath
Source§impl PartialEq for NormalizedPath
impl PartialEq for NormalizedPath
impl Eq for NormalizedPath
impl StructuralPartialEq for NormalizedPath
Auto Trait Implementations§
impl Freeze for NormalizedPath
impl RefUnwindSafe for NormalizedPath
impl Send for NormalizedPath
impl Sync for NormalizedPath
impl Unpin for NormalizedPath
impl UnsafeUnpin for NormalizedPath
impl UnwindSafe for NormalizedPath
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