pub struct FileClock { /* private fields */ }Expand description
File-backed clock used by integration tests that run the daemon as a child process. Advancing the integer timestamp in the file wakes pending timers.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileClock
impl RefUnwindSafe for FileClock
impl Send for FileClock
impl Sync for FileClock
impl Unpin for FileClock
impl UnsafeUnpin for FileClock
impl UnwindSafe for FileClock
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