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