pub struct ClientCorrelatedInboundRefusal { /* private fields */ }Expand description
Refused body-omitting response with the exact local correlation retained.
Implementations§
Sourcepub const fn reason(&self) -> ClientInboundRefusalReason
pub const fn reason(&self) -> ClientInboundRefusalReason
Returns the closed refusal reason.
Sourcepub fn into_parts(
self,
) -> (ClientParticipantAggregate, ServerValue, ClientResponseCorrelation)
pub fn into_parts( self, ) -> (ClientParticipantAggregate, ServerValue, ClientResponseCorrelation)
Releases every unchanged input, including the non-cloneable correlation.
Trait Implementations§
Auto Trait Implementations§
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