pub struct BodyStream<B> { /* private fields */ }Implementations§
Source§impl<B> BodyStream<B>
impl<B> BodyStream<B>
Trait Implementations§
Source§impl<B: Debug> Debug for BodyStream<B>
impl<B: Debug> Debug for BodyStream<B>
Source§impl<B: Default> Default for BodyStream<B>
impl<B: Default> Default for BodyStream<B>
Source§fn default() -> BodyStream<B>
fn default() -> BodyStream<B>
Returns the “default value” for a type. Read more
Source§impl<B> Stream for BodyStream<B>where
B: Body,
impl<B> Stream for BodyStream<B>where
B: Body,
impl<'__pin, B> Unpin for BodyStream<B>where
PinnedFieldsOf<__Origin<'__pin, B>>: Unpin,
Auto Trait Implementations§
impl<B> Freeze for BodyStream<B>where
B: Freeze,
impl<B> RefUnwindSafe for BodyStream<B>where
B: RefUnwindSafe,
impl<B> Send for BodyStream<B>where
B: Send,
impl<B> Sync for BodyStream<B>where
B: Sync,
impl<B> UnwindSafe for BodyStream<B>where
B: UnwindSafe,
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