pub struct ExportType<'module> { /* private fields */ }Expand description
A descriptor for an exported WebAssembly value of a Module.
This type is primarily accessed from the Module::exports method and describes
what names are exported from a Wasm Module and the type of the item that is exported.
Implementations§
Source§impl<'module> ExportType<'module>
impl<'module> ExportType<'module>
Trait Implementations§
Auto Trait Implementations§
impl<'module> Freeze for ExportType<'module>
impl<'module> RefUnwindSafe for ExportType<'module>
impl<'module> Send for ExportType<'module>
impl<'module> Sync for ExportType<'module>
impl<'module> Unpin for ExportType<'module>
impl<'module> UnwindSafe for ExportType<'module>
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