pub enum ClockImpl {
System(SystemClock),
Debug(Arc<DebugClock>),
}Variants§
System(SystemClock)
Debug(Arc<DebugClock>)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClockImpl
impl RefUnwindSafe for ClockImpl
impl Send for ClockImpl
impl Sync for ClockImpl
impl Unpin for ClockImpl
impl UnwindSafe for ClockImpl
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