pub enum ApproximationMethod {
ChordalDeviation,
ChordalLength,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ApproximationMethod
impl Clone for ApproximationMethod
Source§fn clone(&self) -> ApproximationMethod
fn clone(&self) -> ApproximationMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ApproximationMethod
Source§impl Debug for ApproximationMethod
impl Debug for ApproximationMethod
impl Eq for ApproximationMethod
Source§impl PartialEq for ApproximationMethod
impl PartialEq for ApproximationMethod
Source§fn eq(&self, other: &ApproximationMethod) -> bool
fn eq(&self, other: &ApproximationMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ApproximationMethod
Auto Trait Implementations§
impl Freeze for ApproximationMethod
impl RefUnwindSafe for ApproximationMethod
impl Send for ApproximationMethod
impl Sync for ApproximationMethod
impl Unpin for ApproximationMethod
impl UnsafeUnpin for ApproximationMethod
impl UnwindSafe for ApproximationMethod
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