pub enum PresentationRepresentationSelectRef {
PresentationArea(PresentationAreaId),
PresentationRepresentation(PresentationRepresentationId),
PresentationSet(PresentationSetId),
PresentationView(PresentationViewId),
Complex(ComplexUnitId),
}Variants§
PresentationArea(PresentationAreaId)
PresentationRepresentation(PresentationRepresentationId)
PresentationSet(PresentationSetId)
PresentationView(PresentationViewId)
Complex(ComplexUnitId)
Implementations§
Source§impl PresentationRepresentationSelectRef
impl PresentationRepresentationSelectRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> PresentationRepresentationSelectRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for PresentationRepresentationSelectRef
impl Clone for PresentationRepresentationSelectRef
Source§fn clone(&self) -> PresentationRepresentationSelectRef
fn clone(&self) -> PresentationRepresentationSelectRef
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 PresentationRepresentationSelectRef
impl PartialEq for PresentationRepresentationSelectRef
Source§fn eq(&self, other: &PresentationRepresentationSelectRef) -> bool
fn eq(&self, other: &PresentationRepresentationSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PresentationRepresentationSelectRef
Auto Trait Implementations§
impl Freeze for PresentationRepresentationSelectRef
impl RefUnwindSafe for PresentationRepresentationSelectRef
impl Send for PresentationRepresentationSelectRef
impl Sync for PresentationRepresentationSelectRef
impl Unpin for PresentationRepresentationSelectRef
impl UnsafeUnpin for PresentationRepresentationSelectRef
impl UnwindSafe for PresentationRepresentationSelectRef
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