Struct partiql_ast::ast::HavingClause
source · pub struct HavingClause {
pub expr: Box<Expr>,
}
Fields§
§expr: Box<Expr>
Trait Implementations§
source§impl Clone for HavingClause
impl Clone for HavingClause
source§fn clone(&self) -> HavingClause
fn clone(&self) -> HavingClause
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 HavingClause
impl Debug for HavingClause
source§impl PartialEq<HavingClause> for HavingClause
impl PartialEq<HavingClause> for HavingClause
source§fn eq(&self, other: &HavingClause) -> bool
fn eq(&self, other: &HavingClause) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Visit for HavingClause
impl Visit for HavingClause
impl StructuralPartialEq for HavingClause
Auto Trait Implementations§
impl RefUnwindSafe for HavingClause
impl Send for HavingClause
impl Sync for HavingClause
impl Unpin for HavingClause
impl UnwindSafe for HavingClause
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