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