Struct wasmparser::types::RecordType
source · pub struct RecordType {
pub fields: IndexMap<String, ComponentValType>,
/* private fields */
}
Expand description
Represents a record type.
Fields§
§fields: IndexMap<String, ComponentValType>
The map of record fields.
Trait Implementations§
source§impl Clone for RecordType
impl Clone for RecordType
source§fn clone(&self) -> RecordType
fn clone(&self) -> RecordType
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 moreAuto Trait Implementations§
impl RefUnwindSafe for RecordType
impl Send for RecordType
impl Sync for RecordType
impl Unpin for RecordType
impl UnwindSafe for RecordType
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