pub enum RunMountBindOpts {
From(String),
ReadWrite,
}Variants§
Trait Implementations§
Source§impl Clone for RunMountBindOpts
impl Clone for RunMountBindOpts
Source§fn clone(&self) -> RunMountBindOpts
fn clone(&self) -> RunMountBindOpts
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 RunMountBindOpts
impl Debug for RunMountBindOpts
Auto Trait Implementations§
impl Freeze for RunMountBindOpts
impl RefUnwindSafe for RunMountBindOpts
impl Send for RunMountBindOpts
impl Sync for RunMountBindOpts
impl Unpin for RunMountBindOpts
impl UnwindSafe for RunMountBindOpts
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