Struct podman_api_stubs::models::Volume [−][src]
pub struct Volume {
pub created_at: Option<String>,
pub driver: String,
pub labels: HashMap<String, String>,
pub mountpoint: String,
pub name: String,
pub options: HashMap<String, String>,
pub scope: String,
pub status: Option<HashMap<String, Value>>,
pub usage_data: Option<VolumeUsageData>,
}
Expand description
Volume volume
Fields
created_at: Option<String>
driver: String
labels: HashMap<String, String>
mountpoint: String
name: String
options: HashMap<String, String>
scope: String
status: Option<HashMap<String, Value>>
usage_data: Option<VolumeUsageData>
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 Volume
impl UnwindSafe for Volume
Blanket Implementations
Mutably borrows from an owned value. Read more