pub struct ApproximationTolerance {
pub tolerance: ToleranceSelectRef,
}Fields§
§tolerance: ToleranceSelectRefTrait Implementations§
Source§impl Clone for ApproximationTolerance
impl Clone for ApproximationTolerance
Source§fn clone(&self) -> ApproximationTolerance
fn clone(&self) -> ApproximationTolerance
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 moreSource§impl Debug for ApproximationTolerance
impl Debug for ApproximationTolerance
Source§impl PartialEq for ApproximationTolerance
impl PartialEq for ApproximationTolerance
Source§fn eq(&self, other: &ApproximationTolerance) -> bool
fn eq(&self, other: &ApproximationTolerance) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ApproximationTolerance
Auto Trait Implementations§
impl Freeze for ApproximationTolerance
impl RefUnwindSafe for ApproximationTolerance
impl Send for ApproximationTolerance
impl Sync for ApproximationTolerance
impl Unpin for ApproximationTolerance
impl UnsafeUnpin for ApproximationTolerance
impl UnwindSafe for ApproximationTolerance
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