Struct repl_rs::HelpEntry [−][src]
pub struct HelpEntry {
pub command: String,
pub parameters: Vec<(String, bool)>,
pub summary: Option<String>,
}Expand description
Help entry which gets sent to HelpViewer when help for a particular command is requested
Fields
command: StringCommand from help <command>
parameters: Vec<(String, bool)>Parameters defined for the command
summary: Option<String>Help summary for the command
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HelpEntryimpl UnwindSafe for HelpEntry