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