Searched defs:AnyValueId (Results 1 – 4 of 4) sorted by relevance
30 pub(crate) fn type_id(&self) -> AnyValueId { in type_id()42 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 { implementation84 impl std::fmt::Debug for AnyValueId { implementation97 impl<'a, A: ?Sized + 'static> From<&'a A> for AnyValueId { implementation
169 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()
329 pub(crate) fn value_type_id(&self) -> Option<crate::parser::AnyValueId> { in value_type_id()
235 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()