pub enum ExecutorExecutionCapacityEvidenceOwner {
Logical,
Backing,
}Expand description
Scheduler-visible proof that an execution attempt was not submitted and must not be retried until one of its exact capacity sources changes.
This value owns no resource authority. The executor retains the committed request/sequence authority and has already retired any unsubmitted step or submission-wave authority before returning it.
Variants§
Trait Implementations§
Source§impl Clone for ExecutorExecutionCapacityEvidenceOwner
impl Clone for ExecutorExecutionCapacityEvidenceOwner
Source§fn clone(&self) -> ExecutorExecutionCapacityEvidenceOwner
fn clone(&self) -> ExecutorExecutionCapacityEvidenceOwner
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 moreimpl Copy for ExecutorExecutionCapacityEvidenceOwner
impl Eq for ExecutorExecutionCapacityEvidenceOwner
impl StructuralPartialEq for ExecutorExecutionCapacityEvidenceOwner
Auto Trait Implementations§
impl Freeze for ExecutorExecutionCapacityEvidenceOwner
impl RefUnwindSafe for ExecutorExecutionCapacityEvidenceOwner
impl Send for ExecutorExecutionCapacityEvidenceOwner
impl Sync for ExecutorExecutionCapacityEvidenceOwner
impl Unpin for ExecutorExecutionCapacityEvidenceOwner
impl UnsafeUnpin for ExecutorExecutionCapacityEvidenceOwner
impl UnwindSafe for ExecutorExecutionCapacityEvidenceOwner
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