Enum jsonc_parser::ast::NodeKind
source · pub enum NodeKind {
StringLit,
NumberLit,
BooleanLit,
Object,
ObjectProp,
Array,
NullKeyword,
WordLit,
}
Expand description
Kind of AST node.
Variants§
Trait Implementations§
source§impl PartialEq<NodeKind> for NodeKind
impl PartialEq<NodeKind> for NodeKind
impl Copy for NodeKind
impl StructuralPartialEq for NodeKind
Auto Trait Implementations§
impl RefUnwindSafe for NodeKind
impl Send for NodeKind
impl Sync for NodeKind
impl Unpin for NodeKind
impl UnwindSafe for NodeKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more