Lines Matching refs:IntoResettable

15 use crate::builder::IntoResettable;
1432 pub fn bin_name(mut self, name: impl IntoResettable<String>) -> Self {
1448 pub fn display_name(mut self, name: impl IntoResettable<String>) -> Self {
1471 pub fn author(mut self, author: impl IntoResettable<Str>) -> Self {
1494 pub fn about(mut self, about: impl IntoResettable<StyledStr>) -> Self {
1519 pub fn long_about(mut self, long_about: impl IntoResettable<StyledStr>) -> Self {
1541 pub fn after_help(mut self, help: impl IntoResettable<StyledStr>) -> Self {
1563 pub fn after_long_help(mut self, help: impl IntoResettable<StyledStr>) -> Self {
1583 pub fn before_help(mut self, help: impl IntoResettable<StyledStr>) -> Self {
1603 pub fn before_long_help(mut self, help: impl IntoResettable<StyledStr>) -> Self {
1625 pub fn version(mut self, ver: impl IntoResettable<Str>) -> Self {
1652 pub fn long_version(mut self, ver: impl IntoResettable<Str>) -> Self {
1695 pub fn override_usage(mut self, usage: impl IntoResettable<StyledStr>) -> Self {
1732 pub fn override_help(mut self, help: impl IntoResettable<StyledStr>) -> Self {
1802 pub fn help_template(mut self, s: impl IntoResettable<StyledStr>) -> Self {
1856 pub fn next_help_heading(mut self, heading: impl IntoResettable<Str>) -> Self {
1866 pub fn next_display_order(mut self, disp_ord: impl IntoResettable<usize>) -> Self {
2198 pub fn short_flag(mut self, short: impl IntoResettable<char>) -> Self {
2267 pub fn alias(mut self, name: impl IntoResettable<Str>) -> Self {
2293 pub fn short_flag_alias(mut self, name: impl IntoResettable<char>) -> Self {
2320 pub fn long_flag_alias(mut self, name: impl IntoResettable<Str>) -> Self {
2447 pub fn visible_alias(mut self, name: impl IntoResettable<Str>) -> Self {
2476 pub fn visible_short_flag_alias(mut self, name: impl IntoResettable<char>) -> Self {
2506 pub fn visible_long_flag_alias(mut self, name: impl IntoResettable<Str>) -> Self {
2649 pub fn display_order(mut self, ord: impl IntoResettable<usize>) -> Self {
2808 parser: impl IntoResettable<super::ValueParser>,
3139 pub fn subcommand_value_name(mut self, value_name: impl IntoResettable<Str>) -> Self {
3203 pub fn subcommand_help_heading(mut self, heading: impl IntoResettable<Str>) -> Self {