pub struct WASM {
pub code: Vec<u8>,
}Fields§
§code: Vec<u8>Implementations§
Auto Trait Implementations§
impl Freeze for WASM
impl RefUnwindSafe for WASM
impl Send for WASM
impl Sync for WASM
impl Unpin for WASM
impl UnwindSafe for WASM
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