Struct rustc_trans::middle::ty::InternedTyExperimental [-]  [+] [src]

pub struct InternedTy<'tcx> {
    // some fields omitted
}

An entry in the type interner.

Trait Implementations

impl<'tcx> PartialEq<InternedTy<'tcx>> for InternedTy<'tcx>

fn eq(&self, other: &InternedTy<'tcx>) -> bool

fn ne(&self, &InternedTy<'tcx>) -> bool

impl<'tcx> Eq for InternedTy<'tcx>

fn assert_receiver_is_total_eq(&self)

impl<'tcx, S: Writer> Hash<S> for InternedTy<'tcx>

fn hash(&self, s: &mut S)