pub enum ToleranceSelectRefView<'m> {
ApproximationToleranceDeviation(&'m ApproximationToleranceDeviation),
ApproximationToleranceParameter(&'m ApproximationToleranceParameter),
}Variants§
ApproximationToleranceDeviation(&'m ApproximationToleranceDeviation)
ApproximationToleranceParameter(&'m ApproximationToleranceParameter)
Trait Implementations§
Source§impl<'m> Clone for ToleranceSelectRefView<'m>
impl<'m> Clone for ToleranceSelectRefView<'m>
Source§fn clone(&self) -> ToleranceSelectRefView<'m>
fn clone(&self) -> ToleranceSelectRefView<'m>
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<'m> Copy for ToleranceSelectRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for ToleranceSelectRefView<'m>
impl<'m> RefUnwindSafe for ToleranceSelectRefView<'m>
impl<'m> Send for ToleranceSelectRefView<'m>
impl<'m> Sync for ToleranceSelectRefView<'m>
impl<'m> Unpin for ToleranceSelectRefView<'m>
impl<'m> UnsafeUnpin for ToleranceSelectRefView<'m>
impl<'m> UnwindSafe for ToleranceSelectRefView<'m>
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