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