Struct rustc::middle::ty::TySExperimental [-]  [+] [src]

pub struct TyS<'tcx> {
    pub sty: sty<'tcx>,
    pub flags: TypeFlags,
    // some fields omitted
}

Fields

sty
flags

Trait Implementations

impl<'tcx> PartialEq for TyS<'tcx>

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

fn ne(&self, other: &Rhs) -> bool

impl<'tcx> Eq for TyS<'tcx>

fn assert_receiver_is_total_eq(&self)

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

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

impl<'tcx> Repr<'tcx> for TyS<'tcx>

fn repr(&self, tcx: &ctxt<'tcx>) -> String

Derived Implementations

impl<'tcx> Show for TyS<'tcx>

fn fmt(&self, __arg_0: &mut Formatter) -> Result