pub struct UuidProvider;Expand description
Production provider: random v4 UUIDs.
Trait Implementations§
Source§impl IdProvider for UuidProvider
impl IdProvider for UuidProvider
Auto Trait Implementations§
impl Freeze for UuidProvider
impl RefUnwindSafe for UuidProvider
impl Send for UuidProvider
impl Sync for UuidProvider
impl Unpin for UuidProvider
impl UnsafeUnpin for UuidProvider
impl UnwindSafe for UuidProvider
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