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