Struct lib_ruby_parser::nodes::Break [−][src]
Expand description
Represents a break keyword (with optional argument)
Fields
args: Vec<Node>A list of arguments
keyword_l: LocLocation of the break keyword
break :foo
~~~~~
expression_l: LocLocation of the full expression
break(:foo)
~~~~~~~~~~~
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Breakimpl UnwindSafe for BreakBlanket Implementations
Mutably borrows from an owned value. Read more