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