#[repr(C)]pub enum QueueCondition {
Slow = 0,
Backlogged = 1,
}Expand description
Represents a runner queue pressure condition.
Variants§
Slow = 0
The mean dispatch time crossed its configured threshold.
Backlogged = 1
The queue depth crossed its configured threshold.
Trait Implementations§
Source§impl Clone for QueueCondition
impl Clone for QueueCondition
Source§fn clone(&self) -> QueueCondition
fn clone(&self) -> QueueCondition
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 QueueCondition
Source§impl Debug for QueueCondition
impl Debug for QueueCondition
impl Eq for QueueCondition
Source§impl Hash for QueueCondition
impl Hash for QueueCondition
Source§impl PartialEq for QueueCondition
impl PartialEq for QueueCondition
impl StructuralPartialEq for QueueCondition
Auto Trait Implementations§
impl Freeze for QueueCondition
impl RefUnwindSafe for QueueCondition
impl Send for QueueCondition
impl Sync for QueueCondition
impl Unpin for QueueCondition
impl UnsafeUnpin for QueueCondition
impl UnwindSafe for QueueCondition
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.