Struct uucore::coreopts::HelpText [−][src]
pub struct HelpText<'a> {
pub name: &'a str,
pub version: &'a str,
pub syntax: &'a str,
pub summary: &'a str,
pub long_help: &'a str,
pub display_usage: bool,
}Fields
name: &'a strversion: &'a strsyntax: &'a strsummary: &'a strlong_help: &'a strdisplay_usage: boolAuto Trait Implementations
impl<'a> RefUnwindSafe for HelpText<'a>impl<'a> UnwindSafe for HelpText<'a>