Struct lib_ruby_parser::nodes::RegOpt [−][src]
Expand description
Represents flags of the regex literal (i.e. mix for /foo/mix)
Fields
options: Option<String>A list of flags
expression_l: LocLocation of the full expression
/foo/mix
~~~Implementations
Returns options field
Returns expression_l field
Sets options field
Sets expression_l field
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RegOpt
impl UnwindSafe for RegOpt
Blanket Implementations
Mutably borrows from an owned value. Read more