Struct gitql_ast::statement::WhereStatement
source · pub struct WhereStatement {
pub condition: Box<dyn Expression>,
}
Fields§
§condition: Box<dyn Expression>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WhereStatement
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