Enum nom_kconfig::attribute::expression::CompareOperator
source · pub enum CompareOperator {
GreaterThan,
GreaterOrEqual,
LowerThan,
LowerOrEqual,
Equal,
NotEqual,
}Variants§
Trait Implementations§
source§impl Clone for CompareOperator
impl Clone for CompareOperator
source§fn clone(&self) -> CompareOperator
fn clone(&self) -> CompareOperator
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 CompareOperator
impl Debug for CompareOperator
source§impl<'de> Deserialize<'de> for CompareOperator
impl<'de> Deserialize<'de> for CompareOperator
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 Display for CompareOperator
impl Display for CompareOperator
source§impl Hash for CompareOperator
impl Hash for CompareOperator
source§impl PartialEq<CompareOperator> for CompareOperator
impl PartialEq<CompareOperator> for CompareOperator
source§fn eq(&self, other: &CompareOperator) -> bool
fn eq(&self, other: &CompareOperator) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for CompareOperator
impl Serialize for CompareOperator
impl StructuralPartialEq for CompareOperator
Auto Trait Implementations§
impl RefUnwindSafe for CompareOperator
impl Send for CompareOperator
impl Sync for CompareOperator
impl Unpin for CompareOperator
impl UnwindSafe for CompareOperator
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