Struct lib_ruby_parser::nodes::Gvar
source · [−]Expand description
Represents access to global variable (i.e. $foo
)
Fields
name: String
Name of the global variable, String("$foo")
for $foo
expression_l: Loc
Location of the full expression
$foo
~~~~
Trait Implementations
impl StructuralPartialEq for Gvar
Auto Trait Implementations
impl RefUnwindSafe for Gvar
impl Send for Gvar
impl Sync for Gvar
impl Unpin for Gvar
impl UnwindSafe for Gvar
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more