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