Enum i3ipc::reply::NodeType [] [src]

pub enum NodeType {
    Root,
    Output,
    Con,
    FloatingCon,
    Workspace,
    DockArea,
    Unknown,
}

Variants

A NodeType we don't support yet.

Trait Implementations

impl Debug for NodeType
[src]

[src]

Formats the value using the given formatter.