Struct nydus::FsBackendMountCmd
source · pub struct FsBackendMountCmd {
pub fs_type: FsBackendType,
pub source: String,
pub config: String,
pub mountpoint: String,
pub prefetch_files: Option<Vec<String, Global>>,
}Expand description
Request structure to mount a filesystem instance.
Fields§
§fs_type: FsBackendTypeFilesystem type.
source: StringMount source.
config: StringConfiguration information for the mount operation.
mountpoint: StringFilesystem mountpoint.
prefetch_files: Option<Vec<String, Global>>Optional prefetch file list.
Trait Implementations§
source§impl Clone for FsBackendMountCmd
impl Clone for FsBackendMountCmd
source§fn clone(&self) -> FsBackendMountCmd
fn clone(&self) -> FsBackendMountCmd
Returns a copy 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 more