pub struct PathPosix<'a>(/* private fields */);Expand description
Display adapter returned by PathDisplayExt::posix. On Windows,
renders the path with \ → / substitution; on Unix it’s
indistinguishable from Path::display().
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PathPosix<'a>
impl<'a> RefUnwindSafe for PathPosix<'a>
impl<'a> Send for PathPosix<'a>
impl<'a> Sync for PathPosix<'a>
impl<'a> Unpin for PathPosix<'a>
impl<'a> UnsafeUnpin for PathPosix<'a>
impl<'a> UnwindSafe for PathPosix<'a>
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