Struct wasmtime_environ::TablePlan [−][src]
pub struct TablePlan { pub table: Table, pub style: TableStyle, }
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
impl TablePlan
[src]
impl TablePlan
[src]Trait Implementations
impl<'de> Deserialize<'de> for TablePlan
[src]
impl<'de> Deserialize<'de> for TablePlan
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for TablePlan
impl Send for TablePlan
impl Sync for TablePlan
impl Unpin for TablePlan
impl UnwindSafe for TablePlan
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,