Enum treeflection::NodeToken [] [src]

pub enum NodeToken {
    ChainProperty(String),
    ChainIndex(usize),
    ChainKey(String),
    Get,
    Set(String),
    CopyFrom,
    PasteTo,
    Custom(String),
}

Variants

Trait Implementations

impl Debug for NodeToken
[src]

Formats the value using the given formatter.