pub enum ToleranceSelectRef {
ApproximationToleranceDeviation(ApproximationToleranceDeviationId),
ApproximationToleranceParameter(ApproximationToleranceParameterId),
}Variants§
ApproximationToleranceDeviation(ApproximationToleranceDeviationId)
ApproximationToleranceParameter(ApproximationToleranceParameterId)
Implementations§
Source§impl ToleranceSelectRef
impl ToleranceSelectRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> ToleranceSelectRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for ToleranceSelectRef
impl Clone for ToleranceSelectRef
Source§fn clone(&self) -> ToleranceSelectRef
fn clone(&self) -> ToleranceSelectRef
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 ToleranceSelectRef
impl Debug for ToleranceSelectRef
Source§impl PartialEq for ToleranceSelectRef
impl PartialEq for ToleranceSelectRef
Source§fn eq(&self, other: &ToleranceSelectRef) -> bool
fn eq(&self, other: &ToleranceSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ToleranceSelectRef
Auto Trait Implementations§
impl Freeze for ToleranceSelectRef
impl RefUnwindSafe for ToleranceSelectRef
impl Send for ToleranceSelectRef
impl Sync for ToleranceSelectRef
impl Unpin for ToleranceSelectRef
impl UnsafeUnpin for ToleranceSelectRef
impl UnwindSafe for ToleranceSelectRef
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