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

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

Fields

name
def_id

Trait Implementations

Derived Implementations

impl Clone for Export

fn clone(&self) -> Export

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

impl Copy for Export