struct MountNode {
mount: Option<MountedFileSystem>,
children: BTreeMap<OsString, MountNode>,
}Fields§
§mount: Option<MountedFileSystem>§children: BTreeMap<OsString, MountNode>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MountNode
impl !RefUnwindSafe for MountNode
impl Send for MountNode
impl Sync for MountNode
impl Unpin for MountNode
impl !UnwindSafe for MountNode
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