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

pub struct field<'tcx> {
    pub name: Name,
    pub mt: mt<'tcx>,
}

Fields

name
mt

Trait Implementations

Derived Implementations

impl<'tcx, __S: Writer> Hash<__S> for field<'tcx>

fn hash(&self, __arg_0: &mut __S)

impl<'tcx> Eq for field<'tcx>

fn assert_receiver_is_total_eq(&self)

impl<'tcx> PartialEq<field<'tcx>> for field<'tcx>

fn eq(&self, __arg_0: &field<'tcx>) -> bool

fn ne(&self, __arg_0: &field<'tcx>) -> bool

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

impl<'tcx> Copy for field<'tcx>