Struct gitql_ast::statement::WhereStatement
source · pub struct WhereStatement {
pub condition: Box<dyn Expression>,
}
Fields§
§condition: Box<dyn Expression>
Trait Implementations§
source§impl Statement for WhereStatement
impl Statement for WhereStatement
fn as_any(&self) -> &dyn Any
fn get_statement_kind(&self) -> StatementKind
Auto Trait Implementations§
impl !RefUnwindSafe for WhereStatement
impl !Send for WhereStatement
impl !Sync for WhereStatement
impl Unpin for WhereStatement
impl !UnwindSafe for WhereStatement
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