pub struct ContinueHandle { /* private fields */ }Expand description
A one-shot handle to send ICAP/1.0 100 Continue when the handler decides
to read past the preview boundary (server-side only).
Implementations§
Source§impl ContinueHandle
impl ContinueHandle
pub fn new<F, Fut>(f: F) -> Self
pub async fn send_100_continue(&mut self) -> IcapResult<()>
Auto Trait Implementations§
impl !RefUnwindSafe for ContinueHandle
impl !UnwindSafe for ContinueHandle
impl Freeze for ContinueHandle
impl Send for ContinueHandle
impl Sync for ContinueHandle
impl Unpin for ContinueHandle
impl UnsafeUnpin for ContinueHandle
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