pub struct NoContext;
Expand description
An empty counter that will always return the value 0
.
This type should be used when constructing timestamps for version 7 UUIDs, since they don’t need a counter for uniqueness.
Trait Implementations
sourceimpl ClockSequence for NoContext
impl ClockSequence for NoContext
impl Copy for NoContext
Auto Trait Implementations
impl RefUnwindSafe for NoContext
impl Send for NoContext
impl Sync for NoContext
impl Unpin for NoContext
impl UnwindSafe for NoContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more