pub struct ConnectionOrdinalExhaustionReplay { /* private fields */ }Expand description
Idempotent refusal from an already terminal connection-ordinal header.
Implementations§
Source§impl ConnectionOrdinalExhaustionReplay
impl ConnectionOrdinalExhaustionReplay
Sourcepub const fn unchanged_header(&self) -> ConnectionIncarnationAllocatorRestore
pub const fn unchanged_header(&self) -> ConnectionIncarnationAllocatorRestore
Returns the exact unchanged terminal header.
Trait Implementations§
impl Eq for ConnectionOrdinalExhaustionReplay
impl StructuralPartialEq for ConnectionOrdinalExhaustionReplay
Auto Trait Implementations§
impl Freeze for ConnectionOrdinalExhaustionReplay
impl RefUnwindSafe for ConnectionOrdinalExhaustionReplay
impl Send for ConnectionOrdinalExhaustionReplay
impl Sync for ConnectionOrdinalExhaustionReplay
impl Unpin for ConnectionOrdinalExhaustionReplay
impl UnsafeUnpin for ConnectionOrdinalExhaustionReplay
impl UnwindSafe for ConnectionOrdinalExhaustionReplay
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