Struct podman_api_stubs::models::InspectPodContainerInfo [−][src]
pub struct InspectPodContainerInfo {
pub id: Option<String>,
pub name: Option<String>,
pub state: Option<String>,
}
Fields
id: Option<String>
name: Option<String>
state: Option<String>
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 InspectPodContainerInfo
impl Send for InspectPodContainerInfo
impl Sync for InspectPodContainerInfo
impl Unpin for InspectPodContainerInfo
impl UnwindSafe for InspectPodContainerInfo
Blanket Implementations
Mutably borrows from an owned value. Read more