Struct k8s_openapi::v1_10::api::core::v1::ContainerStateRunning [−][src]
ContainerStateRunning is a running state of a container.
Fields
started_at: Option<Time>
Time at which the container was last (re-)started
Trait Implementations
impl Clone for ContainerStateRunning
[src]
impl Clone for ContainerStateRunning
fn clone(&self) -> ContainerStateRunning
[src]
fn clone(&self) -> ContainerStateRunning
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for ContainerStateRunning
[src]
impl Debug for ContainerStateRunning
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for ContainerStateRunning
[src]
impl Default for ContainerStateRunning
fn default() -> ContainerStateRunning
[src]
fn default() -> ContainerStateRunning
Returns the "default value" for a type. Read more
impl PartialEq for ContainerStateRunning
[src]
impl PartialEq for ContainerStateRunning
fn eq(&self, other: &ContainerStateRunning) -> bool
[src]
fn eq(&self, other: &ContainerStateRunning) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ContainerStateRunning) -> bool
[src]
fn ne(&self, other: &ContainerStateRunning) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for ContainerStateRunning
[src]
impl<'de> Deserialize<'de> for ContainerStateRunning
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for ContainerStateRunning
[src]
impl Serialize for ContainerStateRunning
Auto Trait Implementations
impl Send for ContainerStateRunning
impl Send for ContainerStateRunning
impl Sync for ContainerStateRunning
impl Sync for ContainerStateRunning