Struct k8s_openapi::api::core::v1::ContainerStateRunning [−][src]
Expand description
ContainerStateRunning is a running state of a container.
Fields
started_at: Option<Time>Time at which the container was last (re-)started
Trait Implementations
Returns the “default value” for a type. Read more
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 ContainerStateRunningimpl Send for ContainerStateRunningimpl Sync for ContainerStateRunningimpl Unpin for ContainerStateRunningimpl UnwindSafe for ContainerStateRunningBlanket Implementations
Mutably borrows from an owned value. Read more