Struct rustc::hir::def::Export [] [src]

pub struct Export {
    pub name: Name,
    pub def_id: DefId,
}
Unstable (rustc_private)

Fields

name: Name
Unstable (rustc_private)
def_id: DefId
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl Clone for Export
[src]

fn clone(&self) -> Export

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for Export
[src]