pub enum BlockedBy {
RateClass,
ConcurrencyLimit,
Fairness,
Quarantine,
Schedule,
QueuePaused,
}Variants§
Implementations§
Trait Implementations§
impl Copy for BlockedBy
impl Eq for BlockedBy
impl StructuralPartialEq for BlockedBy
Auto Trait Implementations§
impl Freeze for BlockedBy
impl RefUnwindSafe for BlockedBy
impl Send for BlockedBy
impl Sync for BlockedBy
impl Unpin for BlockedBy
impl UnsafeUnpin for BlockedBy
impl UnwindSafe for BlockedBy
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