pub struct HigherPriorityServerExecution;Expand description
Marker Type for aggregated higher priority server actual Execution curve
Trait Implementations§
Source§impl Clone for HigherPriorityServerExecution
impl Clone for HigherPriorityServerExecution
Source§fn clone(&self) -> HigherPriorityServerExecution
fn clone(&self) -> HigherPriorityServerExecution
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl CurveType for HigherPriorityServerExecution
impl CurveType for HigherPriorityServerExecution
Source§type WindowKind = Overlap<Supply, Demand>
type WindowKind = Overlap<Supply, Demand>
The
WindowKind for the Windows of the CurveSource§impl Ord for HigherPriorityServerExecution
impl Ord for HigherPriorityServerExecution
Source§fn cmp(&self, other: &HigherPriorityServerExecution) -> Ordering
fn cmp(&self, other: &HigherPriorityServerExecution) -> Ordering
1.21.0 · 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 HigherPriorityServerExecution
impl PartialEq for HigherPriorityServerExecution
Source§fn eq(&self, other: &HigherPriorityServerExecution) -> bool
fn eq(&self, other: &HigherPriorityServerExecution) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for HigherPriorityServerExecution
impl PartialOrd for HigherPriorityServerExecution
impl Copy for HigherPriorityServerExecution
impl Eq for HigherPriorityServerExecution
impl StructuralPartialEq for HigherPriorityServerExecution
Auto Trait Implementations§
impl Freeze for HigherPriorityServerExecution
impl RefUnwindSafe for HigherPriorityServerExecution
impl Send for HigherPriorityServerExecution
impl Sync for HigherPriorityServerExecution
impl Unpin for HigherPriorityServerExecution
impl UnwindSafe for HigherPriorityServerExecution
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