Home
last modified time | relevance | path

Searched refs:into_resettable (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/clap/src/builder/
H A Dresettable.rs66 fn into_resettable(self) -> Resettable<T>; in into_resettable() functions
70 fn into_resettable(self) -> Resettable<char> { in into_resettable() functions
79 fn into_resettable(self) -> Resettable<usize> { in into_resettable() functions
88 fn into_resettable(self) -> Resettable<ArgAction> { in into_resettable() functions
97 fn into_resettable(self) -> Resettable<ValueHint> { in into_resettable() functions
106 fn into_resettable(self) -> Resettable<ValueParser> { in into_resettable() functions
115 fn into_resettable(self) -> Resettable<StyledStr> { in into_resettable() functions
124 fn into_resettable(self) -> Resettable<OsStr> { in into_resettable() functions
133 fn into_resettable(self) -> Resettable<Str> { in into_resettable() functions
142 fn into_resettable(sel functions
148 fn into_resettable(self) -> Resettable<char> { into_resettable() functions
154 fn into_resettable(self) -> Resettable<usize> { into_resettable() functions
160 fn into_resettable(self) -> Resettable<ArgAction> { into_resettable() functions
166 fn into_resettable(self) -> Resettable<ValueHint> { into_resettable() functions
172 fn into_resettable(self) -> Resettable<ValueRange> { into_resettable() functions
178 fn into_resettable(self) -> Resettable<ValueParser> { into_resettable() functions
184 fn into_resettable(self) -> Resettable<String> { into_resettable() functions
190 fn into_resettable(self) -> Resettable<StyledStr> { into_resettable() functions
196 fn into_resettable(self) -> Resettable<OsStr> { into_resettable() functions
202 fn into_resettable(self) -> Resettable<Str> { into_resettable() functions
208 fn into_resettable(self) -> Resettable<crate::Id> { into_resettable() functions
[all...]
H A Darg.rs166 if let Some(s) = s.into_resettable().into_option() { in short()
207 self.long = l.into_resettable().into_option(); in long()
232 if let Some(name) = name.into_resettable().into_option() { in alias()
261 if let Some(name) = name.into_resettable().into_option() { in short_alias()
349 if let Some(name) = name.into_resettable().into_option() { in visible_alias()
377 if let Some(name) = name.into_resettable().into_option() { in visible_short_alias()
492 self.index = idx.into_resettable().into_option(); in index()
732 if let Some(arg_id) = arg_id.into_resettable().into_option() { in requires()
883 self.action = action.into_resettable().into_option(); in action()
944 self.value_parser = parser.into_resettable() in value_parser()
[all...]
H A Darg_group.rs153 if let Some(arg_id) = arg_id.into_resettable().into_option() { in arg()
357 if let Some(id) = id.into_resettable().into_option() { in requires()
444 if let Some(id) = id.into_resettable().into_option() { in conflicts_with()
H A Dcommand.rs1433 self.bin_name = name.into_resettable().into_option(); in bin_name()
1449 self.display_name = name.into_resettable().into_option(); in display_name()
1472 self.author = author.into_resettable().into_option(); in author()
1495 self.about = about.into_resettable().into_option(); in about()
1520 self.long_about = long_about.into_resettable().into_option(); in long_about()
1542 self.after_help = help.into_resettable().into_option(); in after_help()
1564 self.after_long_help = help.into_resettable().into_option(); in after_long_help()
1584 self.before_help = help.into_resettable().into_option(); in before_help()
1604 self.before_long_help = help.into_resettable().into_option(); in before_long_help()
1626 self.version = ver.into_resettable() in version()
[all...]
H A Dpossible_value.rs83 self.help = help.into_resettable().into_option(); in help()
120 if let Some(name) = name.into_resettable().into_option() { in alias()

Completed in 7 milliseconds