pub struct ExecutorExecutionCapacityPreemptionReceipt { /* private fields */ }Expand description
Proof that the executor retired one exact request authority to a terminal state. Source-generation advancement remains independently verified by the engine before the scheduler may resume another frontier.
Implementations§
Trait Implementations§
Source§impl Clone for ExecutorExecutionCapacityPreemptionReceipt
impl Clone for ExecutorExecutionCapacityPreemptionReceipt
Source§fn clone(&self) -> ExecutorExecutionCapacityPreemptionReceipt
fn clone(&self) -> ExecutorExecutionCapacityPreemptionReceipt
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<'de> Deserialize<'de> for ExecutorExecutionCapacityPreemptionReceipt
impl<'de> Deserialize<'de> for ExecutorExecutionCapacityPreemptionReceipt
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ExecutorExecutionCapacityPreemptionReceipt
impl StructuralPartialEq for ExecutorExecutionCapacityPreemptionReceipt
Auto Trait Implementations§
impl Freeze for ExecutorExecutionCapacityPreemptionReceipt
impl RefUnwindSafe for ExecutorExecutionCapacityPreemptionReceipt
impl Send for ExecutorExecutionCapacityPreemptionReceipt
impl Sync for ExecutorExecutionCapacityPreemptionReceipt
impl Unpin for ExecutorExecutionCapacityPreemptionReceipt
impl UnsafeUnpin for ExecutorExecutionCapacityPreemptionReceipt
impl UnwindSafe for ExecutorExecutionCapacityPreemptionReceipt
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