Home
last modified time | relevance | path

Searched defs:to_possible_value (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/clap/3.2.23/examples/tutorial_builder/
D04_01_enum.rs15 fn to_possible_value<'a>(&self) -> Option<PossibleValue<'a>> { in to_possible_value() method
/external/rust/crates/clap/examples/tutorial_builder/
D04_01_enum.rs15 fn to_possible_value<'a>(&self) -> Option<PossibleValue> { in to_possible_value() method
/external/rust/crates/clap/src/util/
Dcolor.rs94 fn to_possible_value(&self) -> Option<PossibleValue> { in to_possible_value() method
/external/rust/crates/clap_derive/src/derives/
Dvalue_enum.rs54 let to_possible_value = gen_to_possible_value(item, &lits); in gen_for_enum() localVariable
/external/rust/crates/clap/src/
Dderive.rs394 fn to_possible_value(&self) -> Option<PossibleValue>; in to_possible_value() method
/external/rust/crates/clap/3.2.23/src/
Dderive.rs499 fn to_possible_value<'a>(&self) -> Option<PossibleValue<'a>>; in to_possible_value() method