pub struct ConstrainedServerDemand;Expand description
Marker Type for constrained server demand curve
Trait Implementations§
Source§impl Clone for ConstrainedServerDemand
impl Clone for ConstrainedServerDemand
Source§fn clone(&self) -> ConstrainedServerDemand
fn clone(&self) -> ConstrainedServerDemand
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 ConstrainedServerDemand
impl CurveType for ConstrainedServerDemand
Source§type WindowKind = <AggregatedServerDemand as CurveType>::WindowKind
type WindowKind = <AggregatedServerDemand as CurveType>::WindowKind
The
WindowKind for the Windows of the CurveSource§impl Debug for ConstrainedServerDemand
impl Debug for ConstrainedServerDemand
Source§impl Ord for ConstrainedServerDemand
impl Ord for ConstrainedServerDemand
Source§fn cmp(&self, other: &ConstrainedServerDemand) -> Ordering
fn cmp(&self, other: &ConstrainedServerDemand) -> 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 ConstrainedServerDemand
impl PartialEq for ConstrainedServerDemand
Source§impl PartialOrd for ConstrainedServerDemand
impl PartialOrd for ConstrainedServerDemand
impl Copy for ConstrainedServerDemand
impl Eq for ConstrainedServerDemand
impl StructuralPartialEq for ConstrainedServerDemand
Auto Trait Implementations§
impl Freeze for ConstrainedServerDemand
impl RefUnwindSafe for ConstrainedServerDemand
impl Send for ConstrainedServerDemand
impl Sync for ConstrainedServerDemand
impl Unpin for ConstrainedServerDemand
impl UnwindSafe for ConstrainedServerDemand
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