Enum tract_data::internal::Approximation
source · [−]pub enum Approximation {
Exact,
Close,
Approximate,
}Variants
Exact
Close
Approximate
Trait Implementations
sourceimpl Clone for Approximation
impl Clone for Approximation
sourcefn clone(&self) -> Approximation
fn clone(&self) -> Approximation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for Approximation
impl Debug for Approximation
sourceimpl From<bool> for Approximation
impl From<bool> for Approximation
sourceimpl PartialEq<Approximation> for Approximation
impl PartialEq<Approximation> for Approximation
impl Copy 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more