#[repr(usize)]pub enum FairnessLevel {
Process = 0,
Vm = 1,
Capability = 2,
Http2Stream = 3,
BridgeCompletion = 4,
Signal = 5,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FairnessLevel
impl Clone for FairnessLevel
Source§fn clone(&self) -> FairnessLevel
fn clone(&self) -> FairnessLevel
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 FairnessLevel
Source§impl Debug for FairnessLevel
impl Debug for FairnessLevel
impl Eq for FairnessLevel
Source§impl Ord for FairnessLevel
impl Ord for FairnessLevel
Source§fn cmp(&self, other: &FairnessLevel) -> Ordering
fn cmp(&self, other: &FairnessLevel) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FairnessLevel
impl PartialEq for FairnessLevel
Source§impl PartialOrd for FairnessLevel
impl PartialOrd for FairnessLevel
impl StructuralPartialEq for FairnessLevel
Auto Trait Implementations§
impl Freeze for FairnessLevel
impl RefUnwindSafe for FairnessLevel
impl Send for FairnessLevel
impl Sync for FairnessLevel
impl Unpin for FairnessLevel
impl UnsafeUnpin for FairnessLevel
impl UnwindSafe for FairnessLevel
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