Searched refs:AnyValueId (Results 1 – 9 of 9) sorted by relevance
6 id: AnyValueId,11 let id = AnyValueId::of::<V>(); in new()30 pub(crate) fn type_id(&self) -> AnyValueId { in type_id() argument42 pub struct AnyValueId { struct48 impl AnyValueId { implementation58 impl PartialEq for AnyValueId { implementation64 impl Eq for AnyValueId {} implementation66 impl PartialOrd for AnyValueId { implementation72 impl Ord for AnyValueId { implementation78 impl std::hash::Hash for AnyValueId { implementation[all …]
10 use crate::parser::AnyValueId;19 type_id: Option<AnyValueId>,169 pub(crate) fn type_id(&self) -> Option<AnyValueId> { in type_id() argument173 pub(crate) fn infer_type_id(&self, expected: AnyValueId) -> AnyValueId { in infer_type_id() argument
6 pub use any_value::AnyValueId;
12 use crate::parser::AnyValueId;1256 let expected = AnyValueId::of::<T>(); in try_remove_arg_t()1270 let expected = AnyValueId::of::<T>(); in verify_arg_t()
329 pub(crate) fn value_type_id(&self) -> Option<crate::parser::AnyValueId> { in value_type_id() argument330 use crate::parser::AnyValueId; in value_type_id()337 Self::Count => Some(AnyValueId::of::<CountType>()), in value_type_id()
5 use crate::parser::AnyValueId;235 pub fn type_id(&self) -> AnyValueId { in type_id() argument587 fn type_id(&self) -> AnyValueId; in type_id() argument621 fn type_id(&self) -> AnyValueId { in type_id() argument622 AnyValueId::of::<T>() in type_id()
3879 if type_id == crate::parser::AnyValueId::of::<std::path::PathBuf>() { in get_value_hint()
10 actual: super::AnyValueId,12 expected: super::AnyValueId,
14 pub(crate) use self::matches::AnyValueId;