pub struct ClientResponseCorrelation { /* private fields */ }Expand description
Non-cloneable local correlation for responses that omit request body identity.
Trait Implementations§
Source§impl Debug for ClientResponseCorrelation
impl Debug for ClientResponseCorrelation
impl Eq for ClientResponseCorrelation
impl StructuralPartialEq for ClientResponseCorrelation
Auto Trait Implementations§
impl Freeze for ClientResponseCorrelation
impl RefUnwindSafe for ClientResponseCorrelation
impl Send for ClientResponseCorrelation
impl Sync for ClientResponseCorrelation
impl Unpin for ClientResponseCorrelation
impl UnsafeUnpin for ClientResponseCorrelation
impl UnwindSafe for ClientResponseCorrelation
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