pub struct KernelDispatch {
pub adapter_route: ExecutionRoute,
pub outcome: HarnessOutcome,
}Fields§
§adapter_route: ExecutionRoute§outcome: HarnessOutcomeTrait Implementations§
Source§impl Clone for KernelDispatch
impl Clone for KernelDispatch
Source§fn clone(&self) -> KernelDispatch
fn clone(&self) -> KernelDispatch
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KernelDispatch
impl Debug for KernelDispatch
Source§impl PartialEq for KernelDispatch
impl PartialEq for KernelDispatch
impl StructuralPartialEq for KernelDispatch
Auto Trait Implementations§
impl Freeze for KernelDispatch
impl RefUnwindSafe for KernelDispatch
impl Send for KernelDispatch
impl Sync for KernelDispatch
impl Unpin for KernelDispatch
impl UnsafeUnpin for KernelDispatch
impl UnwindSafe for KernelDispatch
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