pub struct CorrelationIdHeader(/* private fields */);
Trait Implementations§
Source§impl Debug for CorrelationIdHeader
impl Debug for CorrelationIdHeader
Source§impl From<(HeaderName, CorrelationId)> for CorrelationIdHeader
impl From<(HeaderName, CorrelationId)> for CorrelationIdHeader
Source§fn from(pair: (HeaderName, CorrelationId)) -> Self
fn from(pair: (HeaderName, CorrelationId)) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CorrelationIdHeader
impl PartialEq for CorrelationIdHeader
Source§impl TryIntoHeaderPair for CorrelationIdHeader
impl TryIntoHeaderPair for CorrelationIdHeader
type Error = InvalidHeaderValue
fn try_into_pair(self) -> Result<(HeaderName, HeaderValue), Self::Error>
impl Eq for CorrelationIdHeader
impl StructuralPartialEq for CorrelationIdHeader
Auto Trait Implementations§
impl !Freeze for CorrelationIdHeader
impl RefUnwindSafe for CorrelationIdHeader
impl Send for CorrelationIdHeader
impl Sync for CorrelationIdHeader
impl Unpin for CorrelationIdHeader
impl UnwindSafe for CorrelationIdHeader
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.