pub struct RecordClockSyncMarker { /* private fields */ }Expand description
Record a clock sync marker in the trace. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Trait Implementations§
Source§impl Clone for RecordClockSyncMarker
impl Clone for RecordClockSyncMarker
Source§fn clone(&self) -> RecordClockSyncMarker
fn clone(&self) -> RecordClockSyncMarker
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RecordClockSyncMarker
impl Debug for RecordClockSyncMarker
Auto Trait Implementations§
impl Freeze for RecordClockSyncMarker
impl RefUnwindSafe for RecordClockSyncMarker
impl Send for RecordClockSyncMarker
impl Sync for RecordClockSyncMarker
impl Unpin for RecordClockSyncMarker
impl UnsafeUnpin for RecordClockSyncMarker
impl UnwindSafe for RecordClockSyncMarker
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