pub struct HavingStatement {
pub condition: Box<dyn Expr>,
}
Fields§
§condition: Box<dyn Expr>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HavingStatement
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