pub struct ResponseGuard { /* private fields */ }Expand description
A fail-safe to ensure requests are properly canceled if request processing is aborted before completing.
Trait Implementations§
Source§impl Debug for ResponseGuard
impl Debug for ResponseGuard
Auto Trait Implementations§
impl Freeze for ResponseGuard
impl RefUnwindSafe for ResponseGuard
impl Send for ResponseGuard
impl Sync for ResponseGuard
impl Unpin for ResponseGuard
impl UnwindSafe for ResponseGuard
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