pub enum TimeRef {
Wall,
Standard,
Universal,
}Expand description
Which clock an AT/UNTIL time is measured against. (Consumed by the T2 transition
compiler; parsed now so the model is complete.)
Variants§
Wall
Wall-clock / local time (suffix w, or none).
Standard
Standard time (suffix s).
Universal
Universal time (suffix u, g, or z).
Trait Implementations§
impl Copy for TimeRef
impl Eq for TimeRef
impl StructuralPartialEq for TimeRef
Auto Trait Implementations§
impl Freeze for TimeRef
impl RefUnwindSafe for TimeRef
impl Send for TimeRef
impl Sync for TimeRef
impl Unpin for TimeRef
impl UnsafeUnpin for TimeRef
impl UnwindSafe for TimeRef
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