Struct parity_wasm::builder::TableBuilder [−][src]
pub struct TableBuilder<F = Identity> { /* fields omitted */ }
Table builder
Implementations
impl<F> TableBuilder<F> where
F: Invoke<TableDefinition>,
[src]
impl<F> TableBuilder<F> where
F: Invoke<TableDefinition>,
[src]pub fn with_callback(callback: F) -> Self
[src]
New table builder with callback in chained context
pub fn with_min(self, min: u32) -> Self
[src]
Set/override minimum length
pub fn with_max(self, max: Option<u32>) -> Self
[src]
Set/override maximum length
pub fn with_element(self, index: u32, values: Vec<u32>) -> Self
[src]
Generate initialization expression and element values on specified index
pub fn build(self) -> F::Result
[src]
Finalize current builder spawning resulting struct
Auto Trait Implementations
impl<F> RefUnwindSafe for TableBuilder<F> where
F: RefUnwindSafe,
F: RefUnwindSafe,
impl<F> Send for TableBuilder<F> where
F: Send,
F: Send,
impl<F> Sync for TableBuilder<F> where
F: Sync,
F: Sync,
impl<F> Unpin for TableBuilder<F> where
F: Unpin,
F: Unpin,
impl<F> UnwindSafe for TableBuilder<F> where
F: UnwindSafe,
F: UnwindSafe,