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