Struct podman_api_stubs::models::InlineResponse20023 [−][src]
pub struct InlineResponse20023 {
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>,
}
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for InlineResponse20023
impl Send for InlineResponse20023
impl Sync for InlineResponse20023
impl Unpin for InlineResponse20023
impl UnwindSafe for InlineResponse20023
Blanket Implementations
Mutably borrows from an owned value. Read more