Struct parity_wasm::elements::TableSection
source · pub struct TableSection(_);
Expand description
Section with table definition (currently only one is allowed).
Implementations§
source§impl TableSection
impl TableSection
Trait Implementations§
source§impl Clone for TableSection
impl Clone for TableSection
source§fn clone(&self) -> TableSection
fn clone(&self) -> TableSection
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 TableSection
impl Debug for TableSection
source§impl Default for TableSection
impl Default for TableSection
source§fn default() -> TableSection
fn default() -> TableSection
Returns the “default value” for a type. Read more
source§impl Deserialize for TableSection
impl Deserialize for TableSection
source§impl PartialEq<TableSection> for TableSection
impl PartialEq<TableSection> for TableSection
source§fn eq(&self, other: &TableSection) -> bool
fn eq(&self, other: &TableSection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TableSection
impl Serialize for TableSection
impl StructuralPartialEq for TableSection
Auto Trait Implementations§
impl RefUnwindSafe for TableSection
impl Send for TableSection
impl Sync for TableSection
impl Unpin for TableSection
impl UnwindSafe for TableSection
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