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