pub struct UlidIdGen;Expand description
Real ULID generator (monotonic per process).
Trait Implementations§
impl Copy for UlidIdGen
Auto Trait Implementations§
impl Freeze for UlidIdGen
impl RefUnwindSafe for UlidIdGen
impl Send for UlidIdGen
impl Sync for UlidIdGen
impl Unpin for UlidIdGen
impl UnsafeUnpin for UlidIdGen
impl UnwindSafe for UlidIdGen
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