pub struct MountInspection {
pub path: String,
pub kind: MountKind,
}Expand description
One row returned by MountedDir::inspect.
Fields§
§path: StringAbsolute mount point.
kind: MountKindMounted target kind.
Trait Implementations§
Source§impl Clone for MountInspection
impl Clone for MountInspection
Source§fn clone(&self) -> MountInspection
fn clone(&self) -> MountInspection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MountInspection
impl Debug for MountInspection
impl Eq for MountInspection
Source§impl PartialEq for MountInspection
impl PartialEq for MountInspection
impl StructuralPartialEq for MountInspection
Auto Trait Implementations§
impl Freeze for MountInspection
impl RefUnwindSafe for MountInspection
impl Send for MountInspection
impl Sync for MountInspection
impl Unpin for MountInspection
impl UnsafeUnpin for MountInspection
impl UnwindSafe for MountInspection
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