pub struct PendingResponseGuard { /* private fields */ }Expand description
Process-local ownership for one session’s complete response transaction. High-level HTTP, Connect, and Gold paths hold this from authoritative preflight through successor dispatch, so a stale duplicate cannot reserve and later cancel a phantom runner after the real successor has completed.
Auto Trait Implementations§
impl !RefUnwindSafe for PendingResponseGuard
impl !UnwindSafe for PendingResponseGuard
impl Freeze for PendingResponseGuard
impl Send for PendingResponseGuard
impl Sync for PendingResponseGuard
impl Unpin for PendingResponseGuard
impl UnsafeUnpin for PendingResponseGuard
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