Home
last modified time | relevance | path

Searched defs:ValueHint (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/clap/src/builder/
Dvalue_hint.rs29 pub enum ValueHint { enum
69 impl Default for ValueHint { implementation
75 impl FromStr for ValueHint { implementation
Dresettable.rs97 fn into_resettable(self) -> Resettable<ValueHint> { in into_resettable()
165 impl IntoResettable<ValueHint> for ValueHint { implementation
166 fn into_resettable(self) -> Resettable<ValueHint> { in into_resettable()
Darg.rs3875 pub fn get_value_hint(&self) -> ValueHint { in get_value_hint()
/third_party/rust/crates/clap/clap_complete/examples/
Dcompletion-derive.rs34 ValueHint(ValueHintOpt), enumerator