• Home
  • Raw
  • Download

Lines Matching defs:Opt

21     struct Opt {  in basic()  struct
23 arg: ArgChoice, in basic()
56 struct Opt { in default_value() struct
58 arg: ArgChoice, in default_value()
90 struct Opt { in vec_for_default_values_t() struct
92 arg1: Vec<ArgChoice>, in vec_for_default_values_t()
99 arg2: Vec<ArgChoice>, in vec_for_default_values_t()
141 struct Opt { in vec_for_default_values_os_t() struct
143 arg: Vec<ArgChoice>, in vec_for_default_values_os_t()
150 arg2: Vec<ArgChoice>, in vec_for_default_values_os_t()
193 struct Opt { in multi_word_is_renamed_kebab() struct
195 arg: ArgChoice, in multi_word_is_renamed_kebab()
222 struct Opt { in variant_with_defined_casing() struct
224 arg: ArgChoice, in variant_with_defined_casing()
245 struct Opt { in casing_is_propagated_from_parent() struct
247 arg: ArgChoice, in casing_is_propagated_from_parent()
269 struct Opt { in casing_propagation_is_overridden() struct
271 arg: ArgChoice, in casing_propagation_is_overridden()
292 struct Opt { in ignore_case() struct
294 arg: ArgChoice, in ignore_case()
319 struct Opt { in ignore_case_set_to_false() struct
321 arg: ArgChoice, in ignore_case_set_to_false()
342 struct Opt { in alias() struct
344 arg: ArgChoice, in alias()
370 struct Opt { in multiple_alias() struct
372 arg: ArgChoice, in multiple_alias()
479 struct Opt { in option_type() struct
481 arg: Option<ArgChoice>, in option_type()
509 struct Opt { in option_option_type() struct
511 arg: Option<Option<ArgChoice>>, in option_option_type()
543 struct Opt { in vec_type() struct
545 arg: Vec<ArgChoice>, in vec_type()
573 struct Opt { in option_vec_type() struct
575 arg: Option<Vec<ArgChoice>>, in option_vec_type()
604 struct Opt { in vec_type_default_value() struct
612 arg: Vec<ArgChoice>, in vec_type_default_value()