pub enum TypeName_ {
Multiple(usize),
Builtin(BuiltinTypeName),
ModuleType(ModuleIdent, StructName),
}
Variants§
Trait Implementations§
source§impl Ord for TypeName_
impl Ord for TypeName_
source§impl PartialEq<TypeName_> for TypeName_
impl PartialEq<TypeName_> for TypeName_
source§impl PartialOrd<TypeName_> for TypeName_
impl PartialOrd<TypeName_> for TypeName_
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 moreimpl Eq for TypeName_
impl StructuralEq for TypeName_
impl StructuralPartialEq for TypeName_
Auto Trait Implementations§
impl RefUnwindSafe for TypeName_
impl Send for TypeName_
impl Sync for TypeName_
impl Unpin for TypeName_
impl UnwindSafe for TypeName_
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.