Enum preserves_path::schemas::path::Comparison
source · [−]pub enum Comparison {
Eq,
Ne,
Lt,
Ge,
Gt,
Le,
}Variants
Eq
Ne
Lt
Ge
Gt
Le
Trait Implementations
sourceimpl Clone for Comparison
impl Clone for Comparison
sourcefn clone(&self) -> Comparison
fn clone(&self) -> Comparison
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 Comparison
impl Debug for Comparison
sourceimpl<'de, _Value: NestedValue, R: Reader<'de, _Value>> Deserialize<'de, _Value, R> for Comparison
impl<'de, _Value: NestedValue, R: Reader<'de, _Value>> Deserialize<'de, _Value, R> for Comparison
fn deserialize(r: &mut R) -> Result<Self, ParseError>
sourceimpl Hash for Comparison
impl Hash for Comparison
sourceimpl Ord for Comparison
impl Ord for Comparison
sourceimpl<'a, _L: Copy + Into<&'a Language<_Value>>, _Value: NestedValue + 'a> Parse<_L, _Value> for Comparison
impl<'a, _L: Copy + Into<&'a Language<_Value>>, _Value: NestedValue + 'a> Parse<_L, _Value> for Comparison
fn parse(_ctxt: _L, value: &_Value) -> Result<Self, ParseError>
sourceimpl PartialEq<Comparison> for Comparison
impl PartialEq<Comparison> for Comparison
sourceimpl PartialOrd<Comparison> for Comparison
impl PartialOrd<Comparison> for Comparison
sourcefn partial_cmp(&self, other: &Comparison) -> Option<Ordering>
fn partial_cmp(&self, other: &Comparison) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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 more
sourceimpl<'a, _L: Copy + Into<&'a Language<_Value>>, _Value: NestedValue + 'a> Unparse<_L, _Value> for Comparison
impl<'a, _L: Copy + Into<&'a Language<_Value>>, _Value: NestedValue + 'a> Unparse<_L, _Value> for Comparison
impl Domain for Comparison
impl Eq for Comparison
impl StructuralEq for Comparison
impl StructuralPartialEq for Comparison
Auto Trait Implementations
impl RefUnwindSafe for Comparison
impl Send for Comparison
impl Sync for Comparison
impl Unpin for Comparison
impl UnwindSafe for Comparison
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