Struct lib_ruby_parser::nodes::Next
source · [−]Expand description
Represents next
keyword
Fields
args: Vec<Node>
Arguments given to next
keyword_l: Loc
Location of the next
keyword
next 42
~~~~
expression_l: Loc
Location of the full expression
next(42)
~~~~~~~~
Trait Implementations
impl StructuralPartialEq for Next
Auto Trait Implementations
impl RefUnwindSafe for Next
impl Send for Next
impl Sync for Next
impl Unpin for Next
impl UnwindSafe for Next
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