pub struct PiecewiseRate(/* private fields */);Expand description
Piecewise rate.
Implementations§
Trait Implementations§
Source§impl Clone for PiecewiseRate
impl Clone for PiecewiseRate
Source§fn clone(&self) -> PiecewiseRate
fn clone(&self) -> PiecewiseRate
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 Debug for PiecewiseRate
impl Debug for PiecewiseRate
Source§impl Hash for PiecewiseRate
impl Hash for PiecewiseRate
Source§impl Ord for PiecewiseRate
impl Ord for PiecewiseRate
Source§fn cmp(&self, other: &PiecewiseRate) -> Ordering
fn cmp(&self, other: &PiecewiseRate) -> 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 PiecewiseRate
impl PartialEq for PiecewiseRate
Source§impl PartialOrd for PiecewiseRate
impl PartialOrd for PiecewiseRate
impl Copy for PiecewiseRate
impl Eq for PiecewiseRate
impl StructuralPartialEq for PiecewiseRate
Auto Trait Implementations§
impl Freeze for PiecewiseRate
impl RefUnwindSafe for PiecewiseRate
impl Send for PiecewiseRate
impl Sync for PiecewiseRate
impl Unpin for PiecewiseRate
impl UnwindSafe for PiecewiseRate
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