pub struct DirR { /* private fields */ }
Expand description
Value of the field DIR
Implementations§
Auto Trait Implementations§
impl Freeze for DirR
impl RefUnwindSafe for DirR
impl Send for DirR
impl Sync for DirR
impl Unpin for DirR
impl UnwindSafe for DirR
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