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