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