pub struct BodyDataStream<B> { /* private fields */ }
Expand description
A data stream created from a Body
.
Implementations§
Source§impl<B> BodyDataStream<B>
impl<B> BodyDataStream<B>
Trait Implementations§
Source§impl<B: Clone> Clone for BodyDataStream<B>
impl<B: Clone> Clone for BodyDataStream<B>
Source§fn clone(&self) -> BodyDataStream<B>
fn clone(&self) -> BodyDataStream<B>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<B: Debug> Debug for BodyDataStream<B>
impl<B: Debug> Debug for BodyDataStream<B>
Source§impl<B> Stream for BodyDataStream<B>where
B: Body,
impl<B> Stream for BodyDataStream<B>where
B: Body,
impl<B: Copy> Copy for BodyDataStream<B>
impl<'__pin, B> Unpin for BodyDataStream<B>where
__Origin<'__pin, B>: Unpin,
Auto Trait Implementations§
impl<B> Freeze for BodyDataStream<B>where
B: Freeze,
impl<B> RefUnwindSafe for BodyDataStream<B>where
B: RefUnwindSafe,
impl<B> Send for BodyDataStream<B>where
B: Send,
impl<B> Sync for BodyDataStream<B>where
B: Sync,
impl<B> UnwindSafe for BodyDataStream<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