Enum oil_shared::markup::NodeType [] [src]

pub enum NodeType {
    Text(String),
    Binding(String),
    Group,
    Button(ButtonData),
    LineInput(LineInputData),
    ProgressBar(ProgressBarData),
    Template(TemplateData),
    Repeat(RepeatData),
    RootView,
    RootTemplate,
}

Variants

Trait Implementations

impl PartialEq for NodeType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for NodeType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NodeType
[src]

Formats the value using the given formatter.