Enum commands::parser::ParameterKind [] [src]

pub enum ParameterKind {
    Flag,
    Named,
    Simple,
}

Indicate the type of parameter, so that the correct class and node structures are created.

Variants

This parameter is a flag parameter.

This parameter is a named parameter.

This parameter is a simple parameter.

Trait Implementations

impl Clone for ParameterKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ParameterKind
[src]

impl PartialEq for ParameterKind
[src]

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

This method tests for !=.