pub enum HavingOp {
Eq,
Lt,
Le,
Gt,
Ge,
}Expand description
Comparison operators for HAVING conditions.
Variants§
Trait Implementations§
impl Copy for HavingOp
impl Eq for HavingOp
impl StructuralPartialEq for HavingOp
Auto Trait Implementations§
impl Freeze for HavingOp
impl RefUnwindSafe for HavingOp
impl Send for HavingOp
impl Sync for HavingOp
impl Unpin for HavingOp
impl UnsafeUnpin for HavingOp
impl UnwindSafe for HavingOp
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