pub struct RunMountBind {
pub target: String,
pub opts: Vec<RunMountBindOpts>,
}Fields§
§target: String§opts: Vec<RunMountBindOpts>Trait Implementations§
Source§impl Clone for RunMountBind
impl Clone for RunMountBind
Source§fn clone(&self) -> RunMountBind
fn clone(&self) -> RunMountBind
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 RunMountBind
impl Debug for RunMountBind
Auto Trait Implementations§
impl Freeze for RunMountBind
impl RefUnwindSafe for RunMountBind
impl Send for RunMountBind
impl Sync for RunMountBind
impl Unpin for RunMountBind
impl UnwindSafe for RunMountBind
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