Struct gitql_ast::statement::HavingStatement
source · pub struct HavingStatement {
pub condition: Box<dyn Expression>,
}
Fields§
§condition: Box<dyn Expression>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for HavingStatement
impl !Send for HavingStatement
impl !Sync for HavingStatement
impl Unpin for HavingStatement
impl !UnwindSafe for HavingStatement
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