Struct parity_wasm::elements::Unparsed
source · pub struct Unparsed(pub Vec<u8>);
Expand description
Unparsed part of the module/section.
Tuple Fields§
§0: Vec<u8>
Trait Implementations§
source§impl Deserialize for Unparsed
impl Deserialize for Unparsed
Auto Trait Implementations§
impl RefUnwindSafe for Unparsed
impl Send for Unparsed
impl Sync for Unparsed
impl Unpin for Unparsed
impl UnwindSafe for Unparsed
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