pub struct UuidCorrelationIdGenerator;Expand description
UUID-based correlation ID generator.
Trait Implementations§
Source§impl CorrelationIdGenerator for UuidCorrelationIdGenerator
impl CorrelationIdGenerator for UuidCorrelationIdGenerator
Source§fn Generate() -> CorrelationId
fn Generate() -> CorrelationId
Generates a new unique correlation ID.
Auto Trait Implementations§
impl Freeze for UuidCorrelationIdGenerator
impl RefUnwindSafe for UuidCorrelationIdGenerator
impl Send for UuidCorrelationIdGenerator
impl Sync for UuidCorrelationIdGenerator
impl Unpin for UuidCorrelationIdGenerator
impl UnsafeUnpin for UuidCorrelationIdGenerator
impl UnwindSafe for UuidCorrelationIdGenerator
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