Struct rustc::middle::ty::InternedTyUnstable
[-] [+]
[src]
pub struct InternedTy<'tcx> {
// some fields omitted
}An entry in the type interner.
pub struct InternedTy<'tcx> {
// some fields omitted
}An entry in the type interner.
impl<'tcx> PartialEq for InternedTy<'tcx>fn eq(&self, other: &InternedTy<'tcx>) -> boolfn ne(&self, other: &Rhs) -> boolimpl<'tcx> Eq for InternedTy<'tcx>impl<'tcx> Hash for InternedTy<'tcx>fn hash<H: Hasher>(&self, s: &mut H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl<'tcx> Borrow<sty<'tcx>> for InternedTy<'tcx>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).