Enum dysk_cli::col_expr::ColOperator
source · pub enum ColOperator {
Lower,
LowerOrEqual,
Like,
Equal,
NotEqual,
GreaterOrEqual,
Greater,
}Variants§
Implementations§
source§impl ColOperator
impl ColOperator
Trait Implementations§
source§impl Clone for ColOperator
impl Clone for ColOperator
source§fn clone(&self) -> ColOperator
fn clone(&self) -> ColOperator
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 ColOperator
impl Debug for ColOperator
source§impl PartialEq<ColOperator> for ColOperator
impl PartialEq<ColOperator> for ColOperator
source§fn eq(&self, other: &ColOperator) -> bool
fn eq(&self, other: &ColOperator) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ColOperator
impl Eq for ColOperator
impl StructuralEq for ColOperator
impl StructuralPartialEq for ColOperator
Auto Trait Implementations§
impl RefUnwindSafe for ColOperator
impl Send for ColOperator
impl Sync for ColOperator
impl Unpin for ColOperator
impl UnwindSafe for ColOperator
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