Struct podman_api_stubs::models::Mount [−][src]
pub struct Mount {
pub bind_options: Option<BindOptions>,
pub consistency: Option<Consistency>,
pub read_only: Option<bool>,
pub source: Option<String>,
pub target: Option<String>,
pub tmpfs_options: Option<TmpfsOptions>,
pub _type: Option<ModelType>,
pub volume_options: Option<VolumeOptions>,
}
Fields
bind_options: Option<BindOptions>
consistency: Option<Consistency>
read_only: Option<bool>
source: Option<String>
target: Option<String>
tmpfs_options: Option<TmpfsOptions>
_type: Option<ModelType>
volume_options: Option<VolumeOptions>
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Mount
impl UnwindSafe for Mount
Blanket Implementations
Mutably borrows from an owned value. Read more