pub struct RetrievalSystemClock { /* private fields */ }Expand description
Production retrieval clock backed by Instant.
Trait Implementations§
Source§impl Debug for RetrievalSystemClock
impl Debug for RetrievalSystemClock
Source§impl Default for RetrievalSystemClock
impl Default for RetrievalSystemClock
Auto Trait Implementations§
impl Freeze for RetrievalSystemClock
impl RefUnwindSafe for RetrievalSystemClock
impl Send for RetrievalSystemClock
impl Sync for RetrievalSystemClock
impl Unpin for RetrievalSystemClock
impl UnsafeUnpin for RetrievalSystemClock
impl UnwindSafe for RetrievalSystemClock
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