Lines Matching refs:value_hint
85 pub(crate) value_hint: Option<ValueHint>,
1237 /// .value_hint(ValueHint::Username);
1250 /// .value_hint(ValueHint::CommandWithArguments)
1254 pub fn value_hint(mut self, value_hint: impl IntoResettable<ValueHint>) -> Self {
1255 self.value_hint = value_hint.into_resettable().into_option();
3877 self.value_hint.unwrap_or_else(|| {
4307 .field("value_hint", &self.value_hint)