pub struct PlanDrainPodSelector {
pub match_expressions: Option<Vec<PlanDrainPodSelectorMatchExpressions>>,
pub match_labels: Option<BTreeMap<String, String>>,
}Fields§
§match_expressions: Option<Vec<PlanDrainPodSelectorMatchExpressions>>§match_labels: Option<BTreeMap<String, String>>Trait Implementations§
source§impl Clone for PlanDrainPodSelector
impl Clone for PlanDrainPodSelector
source§fn clone(&self) -> PlanDrainPodSelector
fn clone(&self) -> PlanDrainPodSelector
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 PlanDrainPodSelector
impl Debug for PlanDrainPodSelector
source§impl Default for PlanDrainPodSelector
impl Default for PlanDrainPodSelector
source§fn default() -> PlanDrainPodSelector
fn default() -> PlanDrainPodSelector
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PlanDrainPodSelector
impl<'de> Deserialize<'de> for PlanDrainPodSelector
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 PlanDrainPodSelector
impl PartialEq for PlanDrainPodSelector
source§fn eq(&self, other: &PlanDrainPodSelector) -> bool
fn eq(&self, other: &PlanDrainPodSelector) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for PlanDrainPodSelector
impl Serialize for PlanDrainPodSelector
impl StructuralPartialEq for PlanDrainPodSelector
Auto Trait Implementations§
impl RefUnwindSafe for PlanDrainPodSelector
impl Send for PlanDrainPodSelector
impl Sync for PlanDrainPodSelector
impl Unpin for PlanDrainPodSelector
impl UnwindSafe for PlanDrainPodSelector
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