pub struct NormalizePathWin;Expand description
Normalize path transformation (Windows-style).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NormalizePathWin
impl RefUnwindSafe for NormalizePathWin
impl Send for NormalizePathWin
impl Sync for NormalizePathWin
impl Unpin for NormalizePathWin
impl UnwindSafe for NormalizePathWin
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