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