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

pub struct field_ty {
    pub name: Name,
    pub id: DefId,
    pub vis: Visibility,
    pub origin: DefId,
}

Fields

name
id
vis
origin

Trait Implementations

Derived Implementations

impl Show for field_ty

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

impl Copy for field_ty

impl Clone for field_ty

fn clone(&self) -> field_ty

fn clone_from(&mut self, &field_ty)