Enum bitcasky_common::clock::ClockImpl
source · pub enum ClockImpl {
System(SystemClock),
Debug(Arc<DebugClock>),
}Variants§
System(SystemClock)
Debug(Arc<DebugClock>)
Trait Implementations§
Auto Trait Implementations§
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