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