pub enum CompOperator {
Eq,
NotEq,
Lt,
LtE,
Gt,
GtE,
}
Variants§
Trait Implementations§
Source§impl Clone for CompOperator
impl Clone for CompOperator
Source§fn clone(&self) -> CompOperator
fn clone(&self) -> CompOperator
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 CompOperator
impl Debug for CompOperator
Source§impl<'de> Deserialize<'de> for CompOperator
impl<'de> Deserialize<'de> for CompOperator
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 CompOperator
impl Display for CompOperator
Source§impl Hash for CompOperator
impl Hash for CompOperator
Source§impl PartialEq for CompOperator
impl PartialEq for CompOperator
Source§impl Serialize for CompOperator
impl Serialize for CompOperator
impl Copy for CompOperator
impl Eq for CompOperator
impl StructuralPartialEq for CompOperator
Auto Trait Implementations§
impl Freeze for CompOperator
impl RefUnwindSafe for CompOperator
impl Send for CompOperator
impl Sync for CompOperator
impl Unpin for CompOperator
impl UnwindSafe for CompOperator
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,
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
§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.