pub struct LocalExportEntry { /* private fields */ }Expand description
A local export entry
Implementations§
Source§impl LocalExportEntry
impl LocalExportEntry
Sourcepub const fn local_name(&self) -> Sym
pub const fn local_name(&self) -> Sym
Gets the local name of this export entry.
Sourcepub const fn export_name(&self) -> Sym
pub const fn export_name(&self) -> Sym
Gets the export name of this export entry.
Trait Implementations§
Source§impl Clone for LocalExportEntry
impl Clone for LocalExportEntry
Source§fn clone(&self) -> LocalExportEntry
fn clone(&self) -> LocalExportEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LocalExportEntry
Source§impl Debug for LocalExportEntry
impl Debug for LocalExportEntry
Source§impl From<LocalExportEntry> for ExportEntry
impl From<LocalExportEntry> for ExportEntry
Source§fn from(v: LocalExportEntry) -> Self
fn from(v: LocalExportEntry) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LocalExportEntry
impl RefUnwindSafe for LocalExportEntry
impl Send for LocalExportEntry
impl Sync for LocalExportEntry
impl Unpin for LocalExportEntry
impl UnsafeUnpin for LocalExportEntry
impl UnwindSafe for LocalExportEntry
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