Enum wasmtime_environ::TableStyle
source · pub enum TableStyle {
CallerChecksSignature,
}
Expand description
Implementation styles for WebAssembly tables.
Variants§
CallerChecksSignature
Signatures are stored in the table and checked in the caller.
Implementations§
Trait Implementations§
source§impl Clone for TableStyle
impl Clone for TableStyle
source§fn clone(&self) -> TableStyle
fn clone(&self) -> TableStyle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TableStyle
impl Debug for TableStyle
source§impl<'de> Deserialize<'de> for TableStyle
impl<'de> Deserialize<'de> for TableStyle
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for TableStyle
impl Hash for TableStyle
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more