Searched defs:help_heading (Results 1 – 6 of 6) sorted by relevance
406 let help_heading = self in write_all_args() localVariable426 let help_heading = "Arguments"; in write_all_args() localVariable441 let help_heading = "Options"; in write_all_args() localVariable
87 pub(crate) help_heading: Option<Option<Str>>, field2248 pub fn help_heading(mut self, heading: impl IntoResettable<Str>) -> Self { in help_heading() method
99 pub(crate) help_heading: Option<Option<&'help str>>, field2799 pub fn help_heading<O>(mut self, heading: O) -> Self in help_heading() method
1899 pub fn help_heading<O>(self, heading: O) -> Self in help_heading() method