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