pub enum MountOption {
}Variants§
Foreground
Debug
AllowOther
DefaultPermissions
KernelCache
Ro
Atime
NoAtime
Dev
NoDev
Suid
NoSuid
Exec
NoExec
Sync
Async
UseIno
ReaddirIno
HardRemove
Uid(u32)
Gid(u32)
Umask(u16)
Custom(CString)
Trait Implementations§
Source§impl Clone for MountOption
impl Clone for MountOption
Source§fn clone(&self) -> MountOption
fn clone(&self) -> MountOption
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MountOption
impl RefUnwindSafe for MountOption
impl Send for MountOption
impl Sync for MountOption
impl Unpin for MountOption
impl UnwindSafe for MountOption
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