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 for ContainerStateRunning
impl PartialEq for ContainerStateRunning
source§impl Serialize for ContainerStateRunning
impl Serialize for ContainerStateRunning
impl StructuralPartialEq for ContainerStateRunning
Auto Trait Implementations§
impl Freeze for ContainerStateRunning
impl RefUnwindSafe for ContainerStateRunning
impl Send for ContainerStateRunning
impl Sync for ContainerStateRunning
impl Unpin for ContainerStateRunning
impl UnwindSafe for ContainerStateRunning
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)