Enum RelationalOp
pub enum RelationalOp {
Lt,
Gt,
LtEq,
GtEq,
Eq,
Neq,
}Expand description
Relational comparison operator.
Variants§
Lt
Less than operator.
Gt
Greater than operator.
LtEq
Less than or equal operator.
GtEq
Greater than or equal operator.
Eq
Equality operator.
Neq
Inequality operator.
Trait Implementations§
§impl Clone for RelationalOp
impl Clone for RelationalOp
§fn clone(&self) -> RelationalOp
fn clone(&self) -> RelationalOp
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 more§impl Debug for RelationalOp
impl Debug for RelationalOp
§impl PartialEq for RelationalOp
impl PartialEq for RelationalOp
impl Copy for RelationalOp
impl Eq for RelationalOp
impl StructuralPartialEq for RelationalOp
Auto Trait Implementations§
impl Freeze for RelationalOp
impl RefUnwindSafe for RelationalOp
impl Send for RelationalOp
impl Sync for RelationalOp
impl Unpin for RelationalOp
impl UnwindSafe for RelationalOp
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more