Struct parity_wasm::elements::TableType
source · pub struct TableType { /* private fields */ }
Expand description
Table entry
Implementations§
Trait Implementations§
source§impl Deserialize for TableType
impl Deserialize for TableType
source§impl PartialEq<TableType> for TableType
impl PartialEq<TableType> for TableType
impl Copy for TableType
impl StructuralPartialEq for TableType
Auto Trait Implementations§
impl RefUnwindSafe for TableType
impl Send for TableType
impl Sync for TableType
impl Unpin for TableType
impl UnwindSafe for TableType
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