pub struct ModuleExports {
pub values: HashMap<Symbol, CanonicalSymbol>,
pub types: HashMap<Symbol, CanonicalSymbol>,
pub classes: HashMap<Symbol, CanonicalSymbol>,
}Fields§
§values: HashMap<Symbol, CanonicalSymbol>§types: HashMap<Symbol, CanonicalSymbol>§classes: HashMap<Symbol, CanonicalSymbol>Trait Implementations§
Source§impl Clone for ModuleExports
impl Clone for ModuleExports
Source§fn clone(&self) -> ModuleExports
fn clone(&self) -> ModuleExports
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ModuleExports
impl RefUnwindSafe for ModuleExports
impl Send for ModuleExports
impl Sync for ModuleExports
impl Unpin for ModuleExports
impl UnsafeUnpin for ModuleExports
impl UnwindSafe for ModuleExports
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more