pub struct DebugClock { /* private fields */ }Implementations§
Source§impl DebugClock
impl DebugClock
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DebugClock
impl RefUnwindSafe for DebugClock
impl Send for DebugClock
impl Sync for DebugClock
impl Unpin for DebugClock
impl UnwindSafe for DebugClock
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