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