pub struct CancelHandle { /* private fields */ }
Expand description
Streaming response cancel handle
Implementations§
Source§impl CancelHandle
impl CancelHandle
Auto Trait Implementations§
impl Freeze for CancelHandle
impl !RefUnwindSafe for CancelHandle
impl Send for CancelHandle
impl Sync for CancelHandle
impl Unpin for CancelHandle
impl !UnwindSafe for CancelHandle
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