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