Struct rustc_typeck::middle::ty::TyVidUnstable [-] [+] [src]

pub struct TyVid {
    pub index: u32,
}

Fields

index

Trait Implementations

impl Debug for TyVid

fn fmt(&self, f: &mut Formatter) -> Result<(), Error>

impl<'tcx> Repr<'tcx> for TyVid

fn repr(&self, _tcx: &ctxt) -> String

Derived Implementations

impl Hash for TyVid

fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Eq for TyVid

impl PartialEq<TyVid> for TyVid

fn eq(&self, __arg_0: &TyVid) -> bool

fn ne(&self, __arg_0: &TyVid) -> bool

impl Copy for TyVid

impl Clone for TyVid

fn clone(&self) -> TyVid

fn clone_from(&mut self, source: &Self)