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 more