Struct wasmtime_environ::TablePlan [−][src]
pub struct TablePlan { pub table: Table, pub style: TableStyle, }
Expand description
A WebAssembly table description along with our chosen style for implementing it.
Fields
table: Table
The WebAssembly table description.
style: TableStyle
Our chosen implementation style.
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for TablePlan
impl UnwindSafe for TablePlan
Blanket Implementations
Mutably borrows from an owned value. Read more