Struct k8s_openapi_ext::corev1::ContainerStateRunning
source · [−]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
sourceimpl Clone for ContainerStateRunning
impl Clone for ContainerStateRunning
sourcefn clone(&self) -> ContainerStateRunning
fn clone(&self) -> ContainerStateRunning
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ContainerStateRunning
impl Debug for ContainerStateRunning
sourceimpl DeepMerge for ContainerStateRunning
impl DeepMerge for ContainerStateRunning
sourcefn merge_from(&mut self, other: ContainerStateRunning)
fn merge_from(&mut self, other: ContainerStateRunning)
Merge
other
into self
.sourceimpl Default for ContainerStateRunning
impl Default for ContainerStateRunning
sourcefn default() -> ContainerStateRunning
fn default() -> ContainerStateRunning
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ContainerStateRunning
impl<'de> Deserialize<'de> for ContainerStateRunning
sourcefn deserialize<D>(
deserializer: D
) -> Result<ContainerStateRunning, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D
) -> Result<ContainerStateRunning, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<ContainerStateRunning> for ContainerStateRunning
impl PartialEq<ContainerStateRunning> for ContainerStateRunning
sourcefn eq(&self, other: &ContainerStateRunning) -> bool
fn eq(&self, other: &ContainerStateRunning) -> bool
sourceimpl Serialize for ContainerStateRunning
impl Serialize for ContainerStateRunning
sourcefn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for ContainerStateRunning
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more