pub struct TraceCorrelationId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for TraceCorrelationId
impl Clone for TraceCorrelationId
Source§fn clone(&self) -> TraceCorrelationId
fn clone(&self) -> TraceCorrelationId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TraceCorrelationId
impl Debug for TraceCorrelationId
Source§impl Display for TraceCorrelationId
impl Display for TraceCorrelationId
impl Eq for TraceCorrelationId
Source§impl Hash for TraceCorrelationId
impl Hash for TraceCorrelationId
Source§impl PartialEq for TraceCorrelationId
impl PartialEq for TraceCorrelationId
impl StructuralPartialEq for TraceCorrelationId
Auto Trait Implementations§
impl Freeze for TraceCorrelationId
impl RefUnwindSafe for TraceCorrelationId
impl Send for TraceCorrelationId
impl Sync for TraceCorrelationId
impl Unpin for TraceCorrelationId
impl UnsafeUnpin for TraceCorrelationId
impl UnwindSafe for TraceCorrelationId
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