Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/parser/matches/
Dany_value.rs30 pub(crate) fn type_id(&self) -> AnyValueId { in type_id()
42 pub struct AnyValueId { struct
48 impl AnyValueId { implementation
58 impl PartialEq for AnyValueId { implementation
64 impl Eq for AnyValueId {} implementation
66 impl PartialOrd for AnyValueId { implementation
72 impl Ord for AnyValueId { implementation
78 impl std::hash::Hash for AnyValueId { implementation
84 impl std::fmt::Debug for AnyValueId { implementation
97 impl<'a, A: ?Sized + 'static> From<&'a A> for AnyValueId { implementation
Dmatched_arg.rs169 pub(crate) fn type_id(&self) -> Option<AnyValueId> { in type_id()
173 pub(crate) fn infer_type_id(&self, expected: AnyValueId) -> AnyValueId { in infer_type_id()
/third_party/rust/crates/clap/src/builder/
Daction.rs329 pub(crate) fn value_type_id(&self) -> Option<crate::parser::AnyValueId> { in value_type_id()
Dvalue_parser.rs235 pub fn type_id(&self) -> AnyValueId { in type_id()
587 fn type_id(&self) -> AnyValueId; in type_id()
621 fn type_id(&self) -> AnyValueId { in type_id()