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