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