pub enum CheckpointCapacityClaimDecision {
Claimed(LogicalCheckpointLease),
Skipped(CheckpointRetentionSkipReason),
Deferred(AdmissionDeferred),
PermanentRejected(AdmissionRejected),
}Variants§
Claimed(LogicalCheckpointLease)
Skipped(CheckpointRetentionSkipReason)
Deferred(AdmissionDeferred)
PermanentRejected(AdmissionRejected)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CheckpointCapacityClaimDecision
impl !UnwindSafe for CheckpointCapacityClaimDecision
impl Freeze for CheckpointCapacityClaimDecision
impl Send for CheckpointCapacityClaimDecision
impl Sync for CheckpointCapacityClaimDecision
impl Unpin for CheckpointCapacityClaimDecision
impl UnsafeUnpin for CheckpointCapacityClaimDecision
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