pub enum MountKind {
Bind,
Tmpfs,
Proc,
Sysfs,
Cgroup,
Custom,
}Expand description
OCI mount kind metadata.
Variants§
Trait Implementations§
Source§impl Ord for MountKind
impl Ord for MountKind
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for MountKind
impl PartialOrd for MountKind
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