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
Node
Nodes
MaybeNode
Fields
regexp_options: boolLoc
MaybeLoc
Str
Fields
raw: boolMaybeStr
Fields
chars: boolStringValue
U8
Trait 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
