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