pub enum KeyValuePatPropField {
Key,
Value,
}
Expand description
This enum represents fields of KeyValuePatPropField
Variants§
Implementations§
Trait Implementations§
source§impl Clone for KeyValuePatPropField
impl Clone for KeyValuePatPropField
source§fn clone(&self) -> KeyValuePatPropField
fn clone(&self) -> KeyValuePatPropField
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 KeyValuePatPropField
impl Debug for KeyValuePatPropField
source§impl<'de> Deserialize<'de> for KeyValuePatPropField
impl<'de> Deserialize<'de> for KeyValuePatPropField
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 Hash for KeyValuePatPropField
impl Hash for KeyValuePatPropField
source§impl Ord for KeyValuePatPropField
impl Ord for KeyValuePatPropField
source§fn cmp(&self, other: &KeyValuePatPropField) -> Ordering
fn cmp(&self, other: &KeyValuePatPropField) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<KeyValuePatPropField> for KeyValuePatPropField
impl PartialEq<KeyValuePatPropField> for KeyValuePatPropField
source§fn eq(&self, other: &KeyValuePatPropField) -> bool
fn eq(&self, other: &KeyValuePatPropField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<KeyValuePatPropField> for KeyValuePatPropField
impl PartialOrd<KeyValuePatPropField> for KeyValuePatPropField
source§fn partial_cmp(&self, other: &KeyValuePatPropField) -> Option<Ordering>
fn partial_cmp(&self, other: &KeyValuePatPropField) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for KeyValuePatPropField
impl Serialize for KeyValuePatPropField
impl Copy for KeyValuePatPropField
impl Eq for KeyValuePatPropField
impl StructuralEq for KeyValuePatPropField
impl StructuralPartialEq for KeyValuePatPropField
Auto Trait Implementations§
impl RefUnwindSafe for KeyValuePatPropField
impl Send for KeyValuePatPropField
impl Sync for KeyValuePatPropField
impl Unpin for KeyValuePatPropField
impl UnwindSafe for KeyValuePatPropField
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