Struct rustc::middle::def::ExportExperimental [-]  [+] [src]

pub struct Export {
    pub name: Name,
    pub def_id: DefId,
}

Fields

name
def_id

Trait Implementations

Derived Implementations

impl Copy for Export