Struct parity_wasm::builder::ExportBuilder [−][src]
pub struct ExportBuilder<F = Identity> { /* fields omitted */ }
Export entry builder
Implementations
impl<F> ExportBuilder<F>
[src]
impl<F> ExportBuilder<F>
[src]pub fn with_callback(callback: F) -> Self
[src]
New export entry builder in the specified chained context
pub fn field(self, field: &str) -> Self
[src]
Set the field name of the export entry
pub fn with_internal(self, external: Internal) -> Self
[src]
Specify the internal module mapping for this entry
pub fn internal(self) -> ExportInternalBuilder<Self>
[src]
Start the internal builder for this export entry
impl<F> ExportBuilder<F> where
F: Invoke<ExportEntry>,
[src]
impl<F> ExportBuilder<F> where
F: Invoke<ExportEntry>,
[src]Auto Trait Implementations
impl<F> RefUnwindSafe for ExportBuilder<F> where
F: RefUnwindSafe,
F: RefUnwindSafe,
impl<F> Send for ExportBuilder<F> where
F: Send,
F: Send,
impl<F> Sync for ExportBuilder<F> where
F: Sync,
F: Sync,
impl<F> Unpin for ExportBuilder<F> where
F: Unpin,
F: Unpin,
impl<F> UnwindSafe for ExportBuilder<F> where
F: UnwindSafe,
F: UnwindSafe,