pub struct ClockSeq(/* private fields */);Expand description
Used to avoid duplicates that could arise when the clock is set backwards in time.
Implementations§
Auto Trait Implementations§
impl Freeze for ClockSeq
impl RefUnwindSafe for ClockSeq
impl Send for ClockSeq
impl Sync for ClockSeq
impl Unpin for ClockSeq
impl UnwindSafe for ClockSeq
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