Enum taplo::dom::Node [−][src]
pub enum Node {
Root(RootNode),
Table(TableNode),
Entry(EntryNode),
Key(KeyNode),
Value(ValueNode),
Array(ArrayNode),
}
Variants
Root(RootNode)
Tuple Fields of Root
0: RootNode
Table(TableNode)
Tuple Fields of Table
0: TableNode
Entry(EntryNode)
Tuple Fields of Entry
0: EntryNode
Key(KeyNode)
Tuple Fields of Key
0: KeyNode
Value(ValueNode)
Tuple Fields of Value
0: ValueNode
Array(ArrayNode)
Tuple Fields of Array
0: ArrayNode
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Node
impl !UnwindSafe for Node
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.