pub enum GroupRef {
Group(GroupId),
ProductConceptFeatureCategory(ProductConceptFeatureCategoryId),
Complex(ComplexUnitId),
}Variants§
Group(GroupId)
ProductConceptFeatureCategory(ProductConceptFeatureCategoryId)
Complex(ComplexUnitId)
Implementations§
Source§impl GroupRef
impl GroupRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> GroupRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
impl StructuralPartialEq for GroupRef
Auto Trait Implementations§
impl Freeze for GroupRef
impl RefUnwindSafe for GroupRef
impl Send for GroupRef
impl Sync for GroupRef
impl Unpin for GroupRef
impl UnsafeUnpin for GroupRef
impl UnwindSafe for GroupRef
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