pub enum MountKind {
Table,
Dir,
}Expand description
The mounted target kind at a mount point.
Variants§
Table
A Table leaf mounted at one exact path.
Dir
A Dir mounted at one path and available below that path.
Trait Implementations§
impl Copy for MountKind
impl Eq for MountKind
impl StructuralPartialEq for MountKind
Auto Trait Implementations§
impl Freeze for MountKind
impl RefUnwindSafe for MountKind
impl Send for MountKind
impl Sync for MountKind
impl Unpin for MountKind
impl UnsafeUnpin for MountKind
impl UnwindSafe for MountKind
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