pub enum EstimationConfidence {
High,
Medium,
Low,
}Variants§
Trait Implementations§
Source§impl Clone for EstimationConfidence
impl Clone for EstimationConfidence
Source§fn clone(&self) -> EstimationConfidence
fn clone(&self) -> EstimationConfidence
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 EstimationConfidence
Source§impl Debug for EstimationConfidence
impl Debug for EstimationConfidence
Auto Trait Implementations§
impl Freeze for EstimationConfidence
impl RefUnwindSafe for EstimationConfidence
impl Send for EstimationConfidence
impl Sync for EstimationConfidence
impl Unpin for EstimationConfidence
impl UnsafeUnpin for EstimationConfidence
impl UnwindSafe for EstimationConfidence
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