Struct sqlx_oldapi::types::uuid::NoContext
source ยท 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ยง
sourceยงimpl 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ยง
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