Struct k8s_openapi::api::core::v1::ContainerStateRunning
source · pub struct ContainerStateRunning {
pub started_at: Option<Time>,
}
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§
source§impl Clone for ContainerStateRunning
impl Clone for ContainerStateRunning
source§fn clone(&self) -> ContainerStateRunning
fn clone(&self) -> ContainerStateRunning
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ContainerStateRunning
impl Debug for ContainerStateRunning
source§impl DeepMerge for ContainerStateRunning
impl DeepMerge for ContainerStateRunning
source§fn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge
other
into self
.source§impl Default for ContainerStateRunning
impl Default for ContainerStateRunning
source§fn default() -> ContainerStateRunning
fn default() -> ContainerStateRunning
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ContainerStateRunning
impl<'de> Deserialize<'de> for ContainerStateRunning
source§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
source§impl PartialEq<ContainerStateRunning> for ContainerStateRunning
impl PartialEq<ContainerStateRunning> for ContainerStateRunning
source§fn eq(&self, other: &ContainerStateRunning) -> bool
fn eq(&self, other: &ContainerStateRunning) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.