Struct k8s_openapi_ext::corev1::PodReadinessGate
source · [−]pub struct PodReadinessGate {
pub condition_type: String,
}
Expand description
PodReadinessGate contains the reference to a pod condition
Fields
condition_type: String
ConditionType refers to a condition in the pod’s condition list with matching type.
Trait Implementations
sourceimpl Clone for PodReadinessGate
impl Clone for PodReadinessGate
sourcefn clone(&self) -> PodReadinessGate
fn clone(&self) -> PodReadinessGate
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 PodReadinessGate
impl Debug for PodReadinessGate
sourceimpl Default for PodReadinessGate
impl Default for PodReadinessGate
sourcefn default() -> PodReadinessGate
fn default() -> PodReadinessGate
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for PodReadinessGate
impl<'de> Deserialize<'de> for PodReadinessGate
sourcefn deserialize<D>(
deserializer: D
) -> Result<PodReadinessGate, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D
) -> Result<PodReadinessGate, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<PodReadinessGate> for PodReadinessGate
impl PartialEq<PodReadinessGate> for PodReadinessGate
sourcefn eq(&self, other: &PodReadinessGate) -> bool
fn eq(&self, other: &PodReadinessGate) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for PodReadinessGate
impl Serialize for PodReadinessGate
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 PodReadinessGate
Auto Trait Implementations
impl RefUnwindSafe for PodReadinessGate
impl Send for PodReadinessGate
impl Sync for PodReadinessGate
impl Unpin for PodReadinessGate
impl UnwindSafe for PodReadinessGate
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