pub struct Program<T, W> { /* private fields */ }Expand description
Compiled EraVM bytecode.
Cloning this is cheap. It is a handle to memory similar to Arc.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, W> Freeze for Program<T, W>
impl<T, W> RefUnwindSafe for Program<T, W>
impl<T, W> Send for Program<T, W>
impl<T, W> Sync for Program<T, W>
impl<T, W> Unpin for Program<T, W>
impl<T, W> UnwindSafe for Program<T, W>
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