Enum path_tree::NodeKind [−][src]
pub enum NodeKind {
Static(String),
Parameter,
CatchAll,
}Expand description
The Kind of a node.
Variants
Static(String)A static node with a path
Tuple Fields of Static
0: StringA named node
A catch-all node
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NodeKind
impl UnwindSafe for NodeKind
Blanket Implementations
Mutably borrows from an owned value. Read more