Struct typify_impl::TypeId
source · pub struct TypeId(_);
Expand description
Type identifier returned from type creation and used to lookup types.
Trait Implementations§
source§impl Ord for TypeId
impl Ord for TypeId
source§impl PartialEq<TypeId> for TypeId
impl PartialEq<TypeId> for TypeId
source§impl PartialOrd<TypeId> for TypeId
impl PartialOrd<TypeId> for TypeId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more