pub enum Accuracy {
Rough,
Precise,
}
Expand description
The accuracy of the representation
Variants§
Rough
Rough approximation, easy to grasp, but not necessarily accurate
Precise
Concise expression, accurate, but not necessarily easy to grasp
Implementations§
Trait Implementations§
Source§impl PartialOrd for Accuracy
impl PartialOrd for Accuracy
impl Copy for Accuracy
impl StructuralPartialEq for Accuracy
Auto Trait Implementations§
impl Freeze for Accuracy
impl RefUnwindSafe for Accuracy
impl Send for Accuracy
impl Sync for Accuracy
impl Unpin for Accuracy
impl UnwindSafe for Accuracy
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