pub struct OrderedUuid(/* private fields */);
Expand description
https://www.percona.com/blog/2014/12/19/store-uuid-optimized-way/
Trait Implementations§
Source§impl Debug for OrderedUuid
impl Debug for OrderedUuid
Auto Trait Implementations§
impl Freeze for OrderedUuid
impl RefUnwindSafe for OrderedUuid
impl Send for OrderedUuid
impl Sync for OrderedUuid
impl Unpin for OrderedUuid
impl UnwindSafe for OrderedUuid
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