pub struct UuidIdGenerator {}
Expand description
An IdGenerator that uses the uuid crate to generate a random uuid
Trait Implementations§
Source§impl IdGenerator<Uuid, Uuid> for UuidIdGenerator
impl IdGenerator<Uuid, Uuid> for UuidIdGenerator
Auto Trait Implementations§
impl Freeze for UuidIdGenerator
impl RefUnwindSafe for UuidIdGenerator
impl Send for UuidIdGenerator
impl Sync for UuidIdGenerator
impl Unpin for UuidIdGenerator
impl UnwindSafe for UuidIdGenerator
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