Enum jsonc_parser::ast::NodeKind [−][src]
pub enum NodeKind {
StringLit,
NumberLit,
BooleanLit,
Object,
ObjectProp,
Array,
NullKeyword,
WordLit,
}
Expand description
Kind of AST node.
Variants
StringLit
NumberLit
BooleanLit
Object
ObjectProp
Array
NullKeyword
WordLit
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NodeKind
impl UnwindSafe for NodeKind
Blanket Implementations
Mutably borrows from an owned value. Read more