Enum fkl_parser::mir::implementation::validation::CompareOperator
source · [−]pub enum CompareOperator {
Equal,
NotEqual,
GreaterThan,
GreaterThanOrEqual,
LessThan,
LessThanOrEqual,
}
Variants
Equal
NotEqual
GreaterThan
GreaterThanOrEqual
LessThan
LessThanOrEqual
Trait Implementations
sourceimpl Clone for CompareOperator
impl Clone for CompareOperator
sourcefn clone(&self) -> CompareOperator
fn clone(&self) -> CompareOperator
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CompareOperator
impl Debug for CompareOperator
sourceimpl Default for CompareOperator
impl Default for CompareOperator
sourceimpl<'de> Deserialize<'de> for CompareOperator
impl<'de> Deserialize<'de> for CompareOperator
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<CompareOperator> for CompareOperator
impl PartialEq<CompareOperator> for CompareOperator
sourcefn eq(&self, other: &CompareOperator) -> bool
fn eq(&self, other: &CompareOperator) -> bool
sourceimpl Serialize for CompareOperator
impl Serialize for CompareOperator
impl Eq for CompareOperator
impl StructuralEq 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.