Enum wasmtime_environ::TableStyle [−][src]
pub enum TableStyle {
    CallerChecksSignature,
}Implemenation styles for WebAssembly tables.
Variants
Signatures are stored in the table and checked in the caller.
Implementations
impl TableStyle[src]
impl TableStyle[src]Trait Implementations
impl Clone for TableStyle[src]
impl Clone for TableStyle[src]fn clone(&self) -> TableStyle[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for TableStyle[src]
impl<'de> Deserialize<'de> for TableStyle[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Hash for TableStyle[src]
impl Hash for TableStyle[src]impl Serialize for TableStyle[src]
impl Serialize for TableStyle[src]Auto Trait Implementations
impl RefUnwindSafe for TableStyle
impl Send for TableStyle
impl Sync for TableStyle
impl Unpin for TableStyle
impl UnwindSafe for TableStyle
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>,