pub struct UnconstrainedServerExecution;
Expand description
Marker Type for unconstrained server demand curve
Trait Implementations§
Source§impl Clone for UnconstrainedServerExecution
impl Clone for UnconstrainedServerExecution
Source§fn clone(&self) -> UnconstrainedServerExecution
fn clone(&self) -> UnconstrainedServerExecution
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 UnconstrainedServerExecution
impl CurveType for UnconstrainedServerExecution
Source§type WindowKind = Overlap<Supply, Demand>
type WindowKind = Overlap<Supply, Demand>
The
WindowKind
for the Windows of the CurveSource§impl Debug for UnconstrainedServerExecution
impl Debug for UnconstrainedServerExecution
Source§impl Ord for UnconstrainedServerExecution
impl Ord for UnconstrainedServerExecution
Source§fn cmp(&self, other: &UnconstrainedServerExecution) -> Ordering
fn cmp(&self, other: &UnconstrainedServerExecution) -> 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 UnconstrainedServerExecution
impl PartialEq for UnconstrainedServerExecution
Source§fn eq(&self, other: &UnconstrainedServerExecution) -> bool
fn eq(&self, other: &UnconstrainedServerExecution) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for UnconstrainedServerExecution
impl PartialOrd for UnconstrainedServerExecution
impl Copy for UnconstrainedServerExecution
impl Eq for UnconstrainedServerExecution
impl StructuralPartialEq for UnconstrainedServerExecution
Auto Trait Implementations§
impl Freeze for UnconstrainedServerExecution
impl RefUnwindSafe for UnconstrainedServerExecution
impl Send for UnconstrainedServerExecution
impl Sync for UnconstrainedServerExecution
impl Unpin for UnconstrainedServerExecution
impl UnwindSafe for UnconstrainedServerExecution
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