pub struct Having {
pub term: Term,
}Expand description
The Having struct is used to specify the having clause in a query. It is used in the Query struct.
It is constructed with a Term, similar to a Where clause.
Fields§
§term: TermImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Having
impl Send for Having
impl Sync for Having
impl Unpin for Having
impl UnwindSafe for Having
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