pub struct BlockExecution { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for BlockExecution
impl Debug for BlockExecution
Source§impl From<AsiBlockExecution> for BlockExecution
impl From<AsiBlockExecution> for BlockExecution
Source§fn from(inner: AsiBlockExecution) -> Self
fn from(inner: AsiBlockExecution) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BlockExecution
impl RefUnwindSafe for BlockExecution
impl !Send for BlockExecution
impl !Sync for BlockExecution
impl Unpin for BlockExecution
impl UnwindSafe for BlockExecution
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