Struct k8s_openapi::api::core::v1::ContainerStateWaiting
source · [−]Expand description
ContainerStateWaiting is a waiting state of a container.
Fields
message: Option<String>
Message regarding why the container is not yet running.
reason: Option<String>
(brief) reason the container is not yet running.
Trait Implementations
sourceimpl Clone for ContainerStateWaiting
impl Clone for ContainerStateWaiting
sourcefn clone(&self) -> ContainerStateWaiting
fn clone(&self) -> ContainerStateWaiting
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ContainerStateWaiting
impl Debug for ContainerStateWaiting
sourceimpl DeepMerge for ContainerStateWaiting
impl DeepMerge for ContainerStateWaiting
sourcefn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge other
into self
.
sourceimpl Default for ContainerStateWaiting
impl Default for ContainerStateWaiting
sourcefn default() -> ContainerStateWaiting
fn default() -> ContainerStateWaiting
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ContainerStateWaiting
impl<'de> Deserialize<'de> for ContainerStateWaiting
sourcefn 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
sourceimpl PartialEq<ContainerStateWaiting> for ContainerStateWaiting
impl PartialEq<ContainerStateWaiting> for ContainerStateWaiting
sourcefn eq(&self, other: &ContainerStateWaiting) -> bool
fn eq(&self, other: &ContainerStateWaiting) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for ContainerStateWaiting
impl Serialize for ContainerStateWaiting
impl StructuralPartialEq for ContainerStateWaiting
Auto Trait Implementations
impl RefUnwindSafe for ContainerStateWaiting
impl Send for ContainerStateWaiting
impl Sync for ContainerStateWaiting
impl Unpin for ContainerStateWaiting
impl UnwindSafe for ContainerStateWaiting
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