pub struct PathBufD(pub PathBuf);Expand description
PathBuf wrapper
Tuple Fields§
§0: PathBufImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathBufD
impl RefUnwindSafe for PathBufD
impl Send for PathBufD
impl Sync for PathBufD
impl Unpin for PathBufD
impl UnwindSafe for PathBufD
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