Searched defs:ContextValue (Results 1 – 5 of 5) sorted by relevance
77 pub enum ContextValue { enum94 impl std::fmt::Display for ContextValue { implementation
179 pub fn context(&self) -> impl Iterator<Item = (ContextKind, &ContextValue)> { in context()186 pub fn get(&self, kind: ContextKind) -> Option<&ContextValue> { in get()193 pub fn insert(&mut self, kind: ContextKind, value: ContextValue) -> Option<ContextValue> { in insert()314 value: ContextValue, in insert_context_unchecked()
429 fn did_you_mean(styled: &mut StyledStr, context: &str, valid: &ContextValue) { in did_you_mean()
967 private enum ContextValue { enum in SimpleDateFormat
965 private enum ContextValue { enum in SimpleDateFormat