pub enum DateRef {
CalendarDate(CalendarDateId),
Date(DateId),
Complex(ComplexUnitId),
}Variants§
Implementations§
Source§impl DateRef
impl DateRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> DateRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
impl StructuralPartialEq for DateRef
Auto Trait Implementations§
impl Freeze for DateRef
impl RefUnwindSafe for DateRef
impl Send for DateRef
impl Sync for DateRef
impl Unpin for DateRef
impl UnsafeUnpin for DateRef
impl UnwindSafe for DateRef
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