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 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
sourcefn ne(&self, other: &ContainerStateWaiting) -> bool
fn ne(&self, other: &ContainerStateWaiting) -> bool
This method tests for !=
.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more