pub enum EstimateConfidence {
Prior,
Low,
Medium,
High,
Exact,
}Variants§
Implementations§
Source§impl EstimateConfidence
impl EstimateConfidence
pub const fn uncertainty_basis_points(self) -> u32
Trait Implementations§
Source§impl Clone for EstimateConfidence
impl Clone for EstimateConfidence
Source§fn clone(&self) -> EstimateConfidence
fn clone(&self) -> EstimateConfidence
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EstimateConfidence
Source§impl Debug for EstimateConfidence
impl Debug for EstimateConfidence
Source§impl<'de> Deserialize<'de> for EstimateConfidence
impl<'de> Deserialize<'de> for EstimateConfidence
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
impl Eq for EstimateConfidence
Source§impl Ord for EstimateConfidence
impl Ord for EstimateConfidence
Source§fn cmp(&self, other: &EstimateConfidence) -> Ordering
fn cmp(&self, other: &EstimateConfidence) -> Ordering
1.21.0 (const: unstable) · 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 EstimateConfidence
impl PartialEq for EstimateConfidence
Source§impl PartialOrd for EstimateConfidence
impl PartialOrd for EstimateConfidence
Source§impl Serialize for EstimateConfidence
impl Serialize for EstimateConfidence
impl StructuralPartialEq for EstimateConfidence
Auto Trait Implementations§
impl Freeze for EstimateConfidence
impl RefUnwindSafe for EstimateConfidence
impl Send for EstimateConfidence
impl Sync for EstimateConfidence
impl Unpin for EstimateConfidence
impl UnsafeUnpin for EstimateConfidence
impl UnwindSafe for EstimateConfidence
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