pub struct ClockEventLog { /* private fields */ }Expand description
In-memory append-only log of clock observations.
Implementations§
Source§impl ClockEventLog
impl ClockEventLog
Trait Implementations§
Source§impl Debug for ClockEventLog
impl Debug for ClockEventLog
Source§impl Default for ClockEventLog
impl Default for ClockEventLog
Source§fn default() -> ClockEventLog
fn default() -> ClockEventLog
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for ClockEventLog
impl !RefUnwindSafe for ClockEventLog
impl Send for ClockEventLog
impl Sync for ClockEventLog
impl Unpin for ClockEventLog
impl UnsafeUnpin for ClockEventLog
impl UnwindSafe for ClockEventLog
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