Struct gitql_ast::expression::SymbolExpression
source · pub struct SymbolExpression {
pub value: String,
}
Fields§
§value: String
Trait Implementations§
source§impl Expression for SymbolExpression
impl Expression for SymbolExpression
Auto Trait Implementations§
impl RefUnwindSafe for SymbolExpression
impl Send for SymbolExpression
impl Sync for SymbolExpression
impl Unpin for SymbolExpression
impl UnwindSafe for SymbolExpression
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