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