pub struct ClientCorrelatedInboundRetained { /* private fields */ }Expand description
Applied inbound value that did not answer the outstanding operation.
The value applied on its own authority – a continuous acknowledgement answer or a pre-semantic transport rejection – and left the expected slot standing under the same issued authorization. The actual answer is still owed, so the process-local correlation comes back with the aggregate instead of being spent.
Implementations§
Sourcepub fn into_parts(
self,
) -> (ClientParticipantAggregate, ServerValue, ClientResponseCorrelation)
pub fn into_parts( self, ) -> (ClientParticipantAggregate, ServerValue, ClientResponseCorrelation)
Releases the resulting aggregate, the applied value, and the still-current 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