pub struct ROOT { /* private fields */ }
Expand description
The root directory Returns a tuple for easy access to the name of the root so we don’t have to lock it
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ROOT
impl Send for ROOT
impl Sync for ROOT
impl Unpin for ROOT
impl UnwindSafe for ROOT
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