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