pub struct RpcCorrelationId(/* private fields */);Expand description
Validated protocol RPC correlation, distinct from an internal span ID. This value carries identity only; it never allocates a child sequence.
Implementations§
Trait Implementations§
Source§impl Clone for RpcCorrelationId
impl Clone for RpcCorrelationId
Source§fn clone(&self) -> RpcCorrelationId
fn clone(&self) -> RpcCorrelationId
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 RpcCorrelationId
impl Debug for RpcCorrelationId
impl Eq for RpcCorrelationId
Source§impl PartialEq for RpcCorrelationId
impl PartialEq for RpcCorrelationId
impl StructuralPartialEq for RpcCorrelationId
Auto Trait Implementations§
impl Freeze for RpcCorrelationId
impl RefUnwindSafe for RpcCorrelationId
impl Send for RpcCorrelationId
impl Sync for RpcCorrelationId
impl Unpin for RpcCorrelationId
impl UnsafeUnpin for RpcCorrelationId
impl UnwindSafe for RpcCorrelationId
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