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