pub struct SystemUuidProvider;Expand description
Production adapter that delegates to Uuid::new_v4().
Trait Implementations§
Source§impl UuidProvider for SystemUuidProvider
impl UuidProvider for SystemUuidProvider
Auto Trait Implementations§
impl Freeze for SystemUuidProvider
impl RefUnwindSafe for SystemUuidProvider
impl Send for SystemUuidProvider
impl Sync for SystemUuidProvider
impl Unpin for SystemUuidProvider
impl UnsafeUnpin for SystemUuidProvider
impl UnwindSafe for SystemUuidProvider
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