pub enum RunMountCacheOpts {
Id(String),
ReadOnly,
Sharing(RunSharing),
From(String),
Source(String),
Mode(String),
Uid(usize),
Gid(usize),
}Variants§
Id(String)
ReadOnly
Sharing(RunSharing)
From(String)
Source(String)
Mode(String)
Uid(usize)
Gid(usize)
Trait Implementations§
Source§impl Clone for RunMountCacheOpts
impl Clone for RunMountCacheOpts
Source§fn clone(&self) -> RunMountCacheOpts
fn clone(&self) -> RunMountCacheOpts
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 moreSource§impl Debug for RunMountCacheOpts
impl Debug for RunMountCacheOpts
Auto Trait Implementations§
impl Freeze for RunMountCacheOpts
impl RefUnwindSafe for RunMountCacheOpts
impl Send for RunMountCacheOpts
impl Sync for RunMountCacheOpts
impl Unpin for RunMountCacheOpts
impl UnwindSafe for RunMountCacheOpts
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