Struct ReplayClock
pub struct ReplayClock { /* private fields */ }Expand description
Replay clock — fed timestamps from journal events during replay.
Interior-mutable via Mutex so the platform can advance time while
strategies hold a shared &dyn Clock reference.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ReplayClock
impl RefUnwindSafe for ReplayClock
impl Send for ReplayClock
impl Sync for ReplayClock
impl Unpin for ReplayClock
impl UnsafeUnpin for ReplayClock
impl UnwindSafe for ReplayClock
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more