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