pub enum DatumRef {
CommonDatum(CommonDatumId),
Datum(DatumId),
Complex(ComplexUnitId),
}Variants§
Implementations§
Source§impl DatumRef
impl DatumRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> DatumRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
impl StructuralPartialEq for DatumRef
Auto Trait Implementations§
impl Freeze for DatumRef
impl RefUnwindSafe for DatumRef
impl Send for DatumRef
impl Sync for DatumRef
impl Unpin for DatumRef
impl UnsafeUnpin for DatumRef
impl UnwindSafe for DatumRef
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