pub struct UuidGenerator { /* private fields */ }Expand description
UUID 生成器
Implementations§
Source§impl UuidGenerator
impl UuidGenerator
Trait Implementations§
Source§impl Default for UuidGenerator
impl Default for UuidGenerator
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 UnsafeUnpin 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