Enum tract_data::internal::Approximation
source · pub enum Approximation {
Exact,
Close,
Approximate,
}Variants§
Trait Implementations§
source§impl Clone for Approximation
impl Clone for Approximation
source§fn clone(&self) -> Approximation
fn clone(&self) -> Approximation
Returns a copy 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 Approximation
impl Debug for Approximation
source§impl From<bool> for Approximation
impl From<bool> for Approximation
source§impl PartialEq<Approximation> for Approximation
impl PartialEq<Approximation> for Approximation
source§fn eq(&self, other: &Approximation) -> bool
fn eq(&self, other: &Approximation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for Approximation
impl Eq for Approximation
impl StructuralEq for Approximation
impl StructuralPartialEq for Approximation
Auto Trait Implementations§
impl RefUnwindSafe for Approximation
impl Send for Approximation
impl Sync for Approximation
impl Unpin for Approximation
impl UnwindSafe for Approximation
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