Struct podman_api::models::ContainerMount
source · pub struct ContainerMount {
pub destination: Option<String>,
pub options: Option<Vec<String>>,
pub source: Option<String>,
pub _type: Option<String>,
pub uid_mappings: Option<Vec<IdMap>>,
pub gid_mappings: Option<Vec<IdMap>>,
}
Fields§
§destination: Option<String>
§options: Option<Vec<String>>
§source: Option<String>
§_type: Option<String>
§uid_mappings: Option<Vec<IdMap>>
§gid_mappings: Option<Vec<IdMap>>
Trait Implementations§
source§impl Clone for ContainerMount
impl Clone for ContainerMount
source§fn clone(&self) -> ContainerMount
fn clone(&self) -> ContainerMount
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