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 ContainerStateRunning
impl Send for ContainerStateRunning
impl Sync for ContainerStateRunning
impl Unpin for ContainerStateRunning
impl UnwindSafe for ContainerStateRunning
Blanket Implementations
Mutably borrows from an owned value. Read more