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 ==.