pub struct SaturationBasisPoints(/* private fields */);Expand description
Capacity saturation expressed in basis points for stable BI/reporting comparisons.
Implementations§
Trait Implementations§
Source§impl Clone for SaturationBasisPoints
impl Clone for SaturationBasisPoints
Source§fn clone(&self) -> SaturationBasisPoints
fn clone(&self) -> SaturationBasisPoints
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 SaturationBasisPoints
impl Debug for SaturationBasisPoints
Source§impl<'de> Deserialize<'de> for SaturationBasisPoints
impl<'de> Deserialize<'de> for SaturationBasisPoints
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for SaturationBasisPoints
impl Hash for SaturationBasisPoints
Source§impl Ord for SaturationBasisPoints
impl Ord for SaturationBasisPoints
Source§fn cmp(&self, other: &SaturationBasisPoints) -> Ordering
fn cmp(&self, other: &SaturationBasisPoints) -> 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 SaturationBasisPoints
impl PartialEq for SaturationBasisPoints
Source§impl PartialOrd for SaturationBasisPoints
impl PartialOrd for SaturationBasisPoints
Source§impl Serialize for SaturationBasisPoints
impl Serialize for SaturationBasisPoints
impl Copy for SaturationBasisPoints
impl Eq for SaturationBasisPoints
impl StructuralPartialEq for SaturationBasisPoints
Auto Trait Implementations§
impl Freeze for SaturationBasisPoints
impl RefUnwindSafe for SaturationBasisPoints
impl Send for SaturationBasisPoints
impl Sync for SaturationBasisPoints
impl Unpin for SaturationBasisPoints
impl UnsafeUnpin for SaturationBasisPoints
impl UnwindSafe for SaturationBasisPoints
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