Struct k8_types::LabelSelector
source · [−]Fields
match_labels: HashMap<String, String>Implementations
sourceimpl LabelSelector
impl LabelSelector
Trait Implementations
sourceimpl Clone for LabelSelector
impl Clone for LabelSelector
sourcefn clone(&self) -> LabelSelector
fn clone(&self) -> LabelSelector
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 LabelSelector
impl Debug for LabelSelector
sourceimpl Default for LabelSelector
impl Default for LabelSelector
sourcefn default() -> LabelSelector
fn default() -> LabelSelector
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for LabelSelector
impl<'de> Deserialize<'de> for LabelSelector
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<LabelSelector> for LabelSelector
impl PartialEq<LabelSelector> for LabelSelector
sourcefn eq(&self, other: &LabelSelector) -> bool
fn eq(&self, other: &LabelSelector) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &LabelSelector) -> bool
fn ne(&self, other: &LabelSelector) -> bool
This method tests for !=.
sourceimpl Serialize for LabelSelector
impl Serialize for LabelSelector
impl StructuralPartialEq for LabelSelector
Auto Trait Implementations
impl RefUnwindSafe for LabelSelector
impl Send for LabelSelector
impl Sync for LabelSelector
impl Unpin for LabelSelector
impl UnwindSafe for LabelSelector
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