Enum sdoc::model::Executable
[−]
[src]
pub enum Executable { Node, Help, Edit, EditConfig, View, Script(String), Shell(String), }
Variants
Node
Help
Edit
EditConfig
View
Script(String)
Shell(String)
Trait Implementations
impl Debug for Executable
[src]
impl PartialEq for Executable
[src]
fn eq(&self, __arg_0: &Executable) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Executable) -> bool
[src]
This method tests for !=
.