pub struct ContainerWithMountedCacheOpts {
pub sharing: Option<CacheSharingMode>,
pub source: Option<DirectoryId>,
}Fields§
§sharing: Option<CacheSharingMode>Sharing mode of the cache volume.
source: Option<DirectoryId>Identifier of the directory to use as the cache volume’s root.
Trait Implementations§
source§impl PartialEq<ContainerWithMountedCacheOpts> for ContainerWithMountedCacheOpts
impl PartialEq<ContainerWithMountedCacheOpts> for ContainerWithMountedCacheOpts
source§fn eq(&self, other: &ContainerWithMountedCacheOpts) -> bool
fn eq(&self, other: &ContainerWithMountedCacheOpts) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ContainerWithMountedCacheOpts
Auto Trait Implementations§
impl RefUnwindSafe for ContainerWithMountedCacheOpts
impl Send for ContainerWithMountedCacheOpts
impl Sync for ContainerWithMountedCacheOpts
impl Unpin for ContainerWithMountedCacheOpts
impl UnwindSafe for ContainerWithMountedCacheOpts
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