pub struct LibraryExports {
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 LibraryExports
impl Clone for LibraryExports
Source§fn clone(&self) -> LibraryExports
fn clone(&self) -> LibraryExports
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 LibraryExports
impl RefUnwindSafe for LibraryExports
impl Send for LibraryExports
impl Sync for LibraryExports
impl Unpin for LibraryExports
impl UnsafeUnpin for LibraryExports
impl UnwindSafe for LibraryExports
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