Enum lib_ruby_parser_nodes::NodeFieldType [−][src]
pub enum NodeFieldType {
Node,
Nodes,
MaybeNode {
regexp_options: bool,
},
Loc,
MaybeLoc,
Str {
raw: bool,
},
MaybeStr {
chars: bool,
},
StringValue,
U8,
}Variants
Fields of MaybeNode
regexp_options: boolFields of Str
raw: boolFields of MaybeStr
chars: boolTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for NodeFieldType
impl Send for NodeFieldType
impl Sync for NodeFieldType
impl Unpin for NodeFieldType
impl UnwindSafe for NodeFieldType
Blanket Implementations
Mutably borrows from an owned value. Read more