Enum hemoglobin::QueryMatch
source · pub enum QueryMatch {
NotHave,
NotMatch,
Match,
}Variants§
Trait Implementations§
source§impl Clone for QueryMatch
impl Clone for QueryMatch
source§fn clone(&self) -> QueryMatch
fn clone(&self) -> QueryMatch
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 Not for QueryMatch
impl Not for QueryMatch
source§impl Ord for QueryMatch
impl Ord for QueryMatch
source§fn cmp(&self, other: &QueryMatch) -> Ordering
fn cmp(&self, other: &QueryMatch) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for QueryMatch
impl PartialEq for QueryMatch
source§fn eq(&self, other: &QueryMatch) -> bool
fn eq(&self, other: &QueryMatch) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for QueryMatch
impl PartialOrd for QueryMatch
source§fn partial_cmp(&self, other: &QueryMatch) -> Option<Ordering>
fn partial_cmp(&self, other: &QueryMatch) -> Option<Ordering>
1.0.0 · source§fn 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 moreimpl Copy for QueryMatch
impl Eq for QueryMatch
impl StructuralPartialEq for QueryMatch
Auto Trait Implementations§
impl Freeze for QueryMatch
impl RefUnwindSafe for QueryMatch
impl Send for QueryMatch
impl Sync for QueryMatch
impl Unpin for QueryMatch
impl UnwindSafe for QueryMatch
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