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