pub struct LiveUuidGen { /* private fields */ }Expand description
Production UUID stand-in mixing wall time, pid, and a monotonic counter.
Implementations§
Source§impl LiveUuidGen
impl LiveUuidGen
pub fn new() -> LiveUuidGen
Trait Implementations§
Source§impl Debug for LiveUuidGen
impl Debug for LiveUuidGen
Source§impl Default for LiveUuidGen
impl Default for LiveUuidGen
Source§fn default() -> LiveUuidGen
fn default() -> LiveUuidGen
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for LiveUuidGen
impl RefUnwindSafe for LiveUuidGen
impl Send for LiveUuidGen
impl Sync for LiveUuidGen
impl Unpin for LiveUuidGen
impl UnsafeUnpin for LiveUuidGen
impl UnwindSafe for LiveUuidGen
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