pub struct ExecutionKernel {
pub role: KernelRole,
pub signature: KernelSignature,
pub implementation: KernelImplementation,
pub span: Span,
}Fields§
§role: KernelRole§signature: KernelSignature§implementation: KernelImplementation§span: SpanTrait Implementations§
Source§impl Clone for ExecutionKernel
impl Clone for ExecutionKernel
Source§fn clone(&self) -> ExecutionKernel
fn clone(&self) -> ExecutionKernel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExecutionKernel
impl Debug for ExecutionKernel
Source§impl PartialEq for ExecutionKernel
impl PartialEq for ExecutionKernel
Source§fn eq(&self, other: &ExecutionKernel) -> bool
fn eq(&self, other: &ExecutionKernel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExecutionKernel
Auto Trait Implementations§
impl Freeze for ExecutionKernel
impl RefUnwindSafe for ExecutionKernel
impl Send for ExecutionKernel
impl Sync for ExecutionKernel
impl Unpin for ExecutionKernel
impl UnsafeUnpin for ExecutionKernel
impl UnwindSafe for ExecutionKernel
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