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