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