Enum sdoc::model::Executable [] [src]

pub enum Executable {
    Node,
    Help,
    Edit,
    EditConfig,
    View,
    Script(String),
    Shell(String),
}

Variants

Trait Implementations

impl Debug for Executable
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Executable
[src]

[src]

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

[src]

This method tests for !=.