Struct gitql_ast::expression::IsNullExpression
source · pub struct IsNullExpression {
pub argument: Box<dyn Expression>,
pub has_not: bool,
}
Fields§
§argument: Box<dyn Expression>
§has_not: bool
Trait Implementations§
source§impl Expression for IsNullExpression
impl Expression for IsNullExpression
fn expression_kind(&self) -> ExpressionKind
fn expr_type(&self, _scope: &Enviroment) -> DataType
fn as_any(&self) -> &dyn Any
Auto Trait Implementations§
impl !RefUnwindSafe for IsNullExpression
impl !Send for IsNullExpression
impl !Sync for IsNullExpression
impl Unpin for IsNullExpression
impl !UnwindSafe for IsNullExpression
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