pub struct ContainerWithMountedCacheOpts {
pub source: Option<DirectoryId>,
pub sharing: Option<CacheSharingMode>,
}Fields§
§source: Option<DirectoryId>Identifier of the directory to use as the cache volume’s root.
sharing: Option<CacheSharingMode>Sharing mode of the cache volume.
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 ==.