Struct gitql_ast::statement::GlobalVariableStatement
source · pub struct GlobalVariableStatement {
pub name: String,
pub value: Box<dyn Expression>,
}
Fields§
§name: String
§value: Box<dyn Expression>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GlobalVariableStatement
impl !RefUnwindSafe for GlobalVariableStatement
impl !Send for GlobalVariableStatement
impl !Sync for GlobalVariableStatement
impl Unpin for GlobalVariableStatement
impl !UnwindSafe for GlobalVariableStatement
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