Struct parity_wasm::builder::ExportInternalBuilder
source · [−]pub struct ExportInternalBuilder<F = Identity> { /* private fields */ }
Expand description
Internal mapping builder for export entry
Implementations
sourceimpl<F> ExportInternalBuilder<F> where
F: Invoke<Internal>,
impl<F> ExportInternalBuilder<F> where
F: Invoke<Internal>,
sourcepub fn with_callback(callback: F) -> Self
pub fn with_callback(callback: F) -> Self
New export entry internal mapping for the chained context
Auto Trait Implementations
impl<F> RefUnwindSafe for ExportInternalBuilder<F> where
F: RefUnwindSafe,
impl<F> Send for ExportInternalBuilder<F> where
F: Send,
impl<F> Sync for ExportInternalBuilder<F> where
F: Sync,
impl<F> Unpin for ExportInternalBuilder<F> where
F: Unpin,
impl<F> UnwindSafe for ExportInternalBuilder<F> where
F: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more