Struct parse_js::ast::ExportName
source · pub struct ExportName {
pub target: SourceRange,
pub alias: NodeId,
}
Fields§
§target: SourceRange
§alias: NodeId
Trait Implementations§
source§impl Clone for ExportName
impl Clone for ExportName
source§fn clone(&self) -> ExportName
fn clone(&self) -> ExportName
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more