pub enum MountOptions {
RelATime,
NoATime,
Unknown,
}
Variants§
Trait Implementations§
Source§impl Debug for MountOptions
impl Debug for MountOptions
Source§impl PartialEq for MountOptions
impl PartialEq for MountOptions
impl Eq for MountOptions
impl StructuralPartialEq for MountOptions
Auto Trait Implementations§
impl Freeze for MountOptions
impl RefUnwindSafe for MountOptions
impl Send for MountOptions
impl Sync for MountOptions
impl Unpin for MountOptions
impl UnwindSafe for MountOptions
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