pub struct HttpStreamHandle(/* private fields */);Expand description
Represents an active streaming HTTP response.
Must be explicitly closed via stream_close when done.
Not Clone — each handle is a unique owner of the host-side resource.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HttpStreamHandle
impl RefUnwindSafe for HttpStreamHandle
impl Send for HttpStreamHandle
impl Sync for HttpStreamHandle
impl Unpin for HttpStreamHandle
impl UnsafeUnpin for HttpStreamHandle
impl UnwindSafe for HttpStreamHandle
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