pub enum HavingOp {
Gt,
Gte,
Lt,
Lte,
Eq,
Ne,
}Expand description
Operators for HAVING conditions.
Variants§
Gt
Greater than.
Gte
Greater than or equal.
Lt
Less than.
Lte
Less than or equal.
Eq
Equal.
Ne
Not equal.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HavingOp
impl RefUnwindSafe for HavingOp
impl Send for HavingOp
impl Sync for HavingOp
impl Unpin for HavingOp
impl UnwindSafe for HavingOp
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)