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

Flag

This parameter is a flag parameter.

Named

This parameter is a named parameter.

Simple

This parameter is a simple parameter.

Trait Implementations

Derived Implementations

impl PartialEq for ParameterKind

fn eq(&self, __arg_0: &ParameterKind) -> bool

fn ne(&self, __arg_0: &ParameterKind) -> bool

impl Copy for ParameterKind

impl Clone for ParameterKind

fn clone(&self) -> ParameterKind

1.0.0fn clone_from(&mut self, source: &Self)