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