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
Auto Trait Implementations§
impl Freeze for StringExpression
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