Struct lib_ruby_parser::nodes::Redo [−][src]
#[repr(C)]pub struct Redo {
pub expression_l: Loc,
}Expand description
Represents redo keyword
Fields
expression_l: LocLocation of the full expression
redo
~~~~Implementations
Returns expression_l field
Sets expression_l field
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Redo
impl UnwindSafe for Redo
Blanket Implementations
Mutably borrows from an owned value. Read more