Enum httpql::OperatorInt
source · pub enum OperatorInt {
Lt,
Lte,
Gt,
Gte,
Eq,
Ne,
}Variants§
Trait Implementations§
source§impl Clone for OperatorInt
impl Clone for OperatorInt
source§fn clone(&self) -> OperatorInt
fn clone(&self) -> OperatorInt
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 OperatorInt
impl Debug for OperatorInt
Auto Trait Implementations§
impl Freeze for OperatorInt
impl RefUnwindSafe for OperatorInt
impl Send for OperatorInt
impl Sync for OperatorInt
impl Unpin for OperatorInt
impl UnwindSafe for OperatorInt
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