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