pub struct BoundedKernelSliceInterpretation {
pub compiled: CompileOutput,
pub scheduled: ScheduledExecution,
pub exact_supported: bool,
}Fields§
§compiled: CompileOutput§scheduled: ScheduledExecution§exact_supported: boolTrait Implementations§
Source§impl Clone for BoundedKernelSliceInterpretation
impl Clone for BoundedKernelSliceInterpretation
Source§fn clone(&self) -> BoundedKernelSliceInterpretation
fn clone(&self) -> BoundedKernelSliceInterpretation
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 moreAuto Trait Implementations§
impl Freeze for BoundedKernelSliceInterpretation
impl RefUnwindSafe for BoundedKernelSliceInterpretation
impl Send for BoundedKernelSliceInterpretation
impl Sync for BoundedKernelSliceInterpretation
impl Unpin for BoundedKernelSliceInterpretation
impl UnsafeUnpin for BoundedKernelSliceInterpretation
impl UnwindSafe for BoundedKernelSliceInterpretation
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