pub struct GlobalVariableDeclQuery {
pub name: String,
pub value: Box<dyn Expr>,
}Fields§
§name: String§value: Box<dyn Expr>Auto Trait Implementations§
impl !RefUnwindSafe for GlobalVariableDeclQuery
impl !Send for GlobalVariableDeclQuery
impl !Sync for GlobalVariableDeclQuery
impl !UnwindSafe for GlobalVariableDeclQuery
impl Freeze for GlobalVariableDeclQuery
impl Unpin for GlobalVariableDeclQuery
impl UnsafeUnpin for GlobalVariableDeclQuery
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