pub struct CorrelationIdUtil;Implementations§
Source§impl CorrelationIdUtil
impl CorrelationIdUtil
pub fn create_correlation_id() -> String
Auto Trait Implementations§
impl Freeze for CorrelationIdUtil
impl RefUnwindSafe for CorrelationIdUtil
impl Send for CorrelationIdUtil
impl Sync for CorrelationIdUtil
impl Unpin for CorrelationIdUtil
impl UnwindSafe for CorrelationIdUtil
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