Struct ruby_prism::GlobalVariableTargetNode
source · pub struct GlobalVariableTargetNode<'pr> { /* private fields */ }
Expand description
Represents writing to a global variable in a context that doesn’t have an explicit value.
$foo, $bar = baz
^^^^ ^^^^
Implementations§
source§impl<'pr> GlobalVariableTargetNode<'pr>
impl<'pr> GlobalVariableTargetNode<'pr>
Trait Implementations§
Auto Trait Implementations§
impl<'pr> RefUnwindSafe for GlobalVariableTargetNode<'pr>
impl<'pr> !Send for GlobalVariableTargetNode<'pr>
impl<'pr> !Sync for GlobalVariableTargetNode<'pr>
impl<'pr> Unpin for GlobalVariableTargetNode<'pr>
impl<'pr> !UnwindSafe for GlobalVariableTargetNode<'pr>
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