Struct podman_api_stubs::models::InlineResponse20019 [−][src]
pub struct InlineResponse20019 {
pub anonymous: Option<bool>,
pub created_at: Option<DateTime<Utc>>,
pub driver: Option<String>,
pub GID: Option<i64>,
pub labels: Option<HashMap<String, String>>,
pub mountpoint: Option<String>,
pub name: Option<String>,
pub options: Option<HashMap<String, String>>,
pub scope: Option<String>,
pub status: Option<HashMap<String, Value>>,
pub UID: Option<i64>,
}
Fields
anonymous: Option<bool>
created_at: Option<DateTime<Utc>>
driver: Option<String>
GID: Option<i64>
labels: Option<HashMap<String, String>>
mountpoint: Option<String>
name: Option<String>
options: Option<HashMap<String, String>>
scope: Option<String>
status: Option<HashMap<String, Value>>
UID: Option<i64>
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 InlineResponse20019
impl Send for InlineResponse20019
impl Sync for InlineResponse20019
impl Unpin for InlineResponse20019
impl UnwindSafe for InlineResponse20019
Blanket Implementations
Mutably borrows from an owned value. Read more