Struct lib_ruby_parser::nodes::Break
source · [−]Expand description
Represents a break
keyword (with optional argument)
Fields
args: Vec<Node>
A list of arguments
keyword_l: Loc
Location of the break
keyword
break :foo
~~~~~
expression_l: Loc
Location of the full expression
break(:foo)
~~~~~~~~~~~
Trait Implementations
impl StructuralPartialEq for Break
Auto Trait Implementations
impl RefUnwindSafe for Break
impl Send for Break
impl Sync for Break
impl Unpin for Break
impl UnwindSafe for Break
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