pub struct UuidGenerator;Expand description
UUID-based ID generator.
Generates unique UUIDv4-style identifiers.
Implementations§
Source§impl UuidGenerator
impl UuidGenerator
Trait Implementations§
Source§impl Debug for UuidGenerator
impl Debug for UuidGenerator
Source§impl Default for UuidGenerator
impl Default for UuidGenerator
Source§fn default() -> UuidGenerator
fn default() -> UuidGenerator
Returns the “default value” for a type. Read more
Source§impl IdGenerator for UuidGenerator
impl IdGenerator for UuidGenerator
Auto Trait Implementations§
impl Freeze for UuidGenerator
impl RefUnwindSafe for UuidGenerator
impl Send for UuidGenerator
impl Sync for UuidGenerator
impl Unpin for UuidGenerator
impl UnwindSafe for UuidGenerator
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