Struct parity_wasm::elements::Unparsed
source · [−]Expand description
Unparsed part of the module/section.
Tuple Fields
0: Vec<u8>
Trait Implementations
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more