pub struct HttpBodyStream { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for HttpBodyStream
impl Debug for HttpBodyStream
Source§impl From<HttpBody> for HttpBodyStream
impl From<HttpBody> for HttpBodyStream
Source§impl Stream for HttpBodyStream
impl Stream for HttpBodyStream
impl Send for HttpBodyStream
Auto Trait Implementations§
impl !Freeze for HttpBodyStream
impl !RefUnwindSafe for HttpBodyStream
impl !Sync for HttpBodyStream
impl Unpin for HttpBodyStream
impl !UnwindSafe for HttpBodyStream
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