Enum rustc_type_ir::sty::AliasKind
source · pub enum AliasKind {
Projection,
Opaque,
}
Variants§
Trait Implementations§
source§impl<__CTX> HashStable<__CTX> for AliasKindwhere
__CTX: HashStableContext,
impl<__CTX> HashStable<__CTX> for AliasKindwhere
__CTX: HashStableContext,
fn hash_stable(&self, __hcx: &mut __CTX, __hasher: &mut StableHasher)
source§impl Ord for AliasKind
impl Ord for AliasKind
source§impl PartialOrd<AliasKind> for AliasKind
impl PartialOrd<AliasKind> for AliasKind
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 Copy for AliasKind
impl Eq for AliasKind
impl StructuralEq for AliasKind
impl StructuralPartialEq for AliasKind
Auto Trait Implementations§
impl RefUnwindSafe for AliasKind
impl Send for AliasKind
impl Sync for AliasKind
impl Unpin for AliasKind
impl UnwindSafe for AliasKind
Blanket Implementations§
source§impl<T, R> InternIteratorElement<T, R> for T
impl<T, R> InternIteratorElement<T, R> for T
type Output = R
fn intern_with<I, F>(iter: I, f: F) -> <T as InternIteratorElement<T, R>>::Outputwhere
I: Iterator<Item = T>,
F: FnOnce(&[T]) -> R,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Projection
: 0 bytesOpaque
: 0 bytes