pub struct PathBuf<PF: PathFlavour> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<PF> Freeze for PathBuf<PF>
impl<PF> RefUnwindSafe for PathBuf<PF>where
PF: RefUnwindSafe,
impl<PF> Send for PathBuf<PF>where
PF: Send,
impl<PF> Sync for PathBuf<PF>where
PF: Sync,
impl<PF> Unpin for PathBuf<PF>where
PF: Unpin,
impl<PF> UnwindSafe for PathBuf<PF>where
PF: UnwindSafe,
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