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
~~~
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RegOptimpl UnwindSafe for RegOptBlanket Implementations
Mutably borrows from an owned value. Read more