Lines Matching defs:App
78 pub struct App<'help> { struct
79 id: Id,
80 name: String,
104 settings: AppFlags, argument
105 g_settings: AppFlags, argument
107 subcommands: Vec<App<'help>>, argument
117 impl<'help> App<'help> { argument
899 impl<'help> App<'help> { implementation
1390 impl<'help> App<'help> { implementation
2284 impl<'help> App<'help> { implementation
3297 impl<'help> App<'help> { implementation
3821 impl<'help> App<'help> { impl
4142 impl<'help> App<'help> { impl
4866 impl<'help> App<'help> { implementation
5129 impl<'help> Default for App<'help> { implementation
5171 impl<'help> Index<&'_ Id> for App<'help> { implementation
5179 impl fmt::Display for App<'_> { implementation