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