Enum miri::CallbackTime
source · pub enum CallbackTime {
Monotonic(Instant),
RealTime(SystemTime),
}
Expand description
A specific moment in time.
Variants§
Monotonic(Instant)
RealTime(SystemTime)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CallbackTime
impl RefUnwindSafe for CallbackTime
impl Send for CallbackTime
impl Sync for CallbackTime
impl Unpin for CallbackTime
impl UnwindSafe for CallbackTime
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