Struct ruby_prism::ItLocalVariableReadNode 
source · pub struct ItLocalVariableReadNode<'pr> { /* private fields */ }Expand description
Represents reading from the implicit it local variable.
-> { it }
     ^^
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'pr> Freeze for ItLocalVariableReadNode<'pr>
impl<'pr> RefUnwindSafe for ItLocalVariableReadNode<'pr>
impl<'pr> !Send for ItLocalVariableReadNode<'pr>
impl<'pr> !Sync for ItLocalVariableReadNode<'pr>
impl<'pr> Unpin for ItLocalVariableReadNode<'pr>
impl<'pr> !UnwindSafe for ItLocalVariableReadNode<'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