[][src]Struct reqwest::async::Body

pub struct Body { /* fields omitted */ }

An asynchronous Stream.

Trait Implementations

impl Debug for Body[src]

impl From<&'static [u8]> for Body[src]

impl From<&'static str> for Body[src]

impl<I, E> From<Box<dyn Stream<Error = E, Item = I> + 'static + Send>> for Body where
    Chunk: From<I>,
    I: 'static,
    E: Error + Send + Sync + 'static, 
[src]

impl From<Bytes> for Body[src]

impl From<String> for Body[src]

impl From<Vec<u8>> for Body[src]

impl Stream for Body[src]

type Item = Chunk

The type of item this stream will yield on success.

type Error = Error

The type of error this stream may generate.

Auto Trait Implementations

impl !RefUnwindSafe for Body

impl Send for Body

impl !Sync for Body

impl Unpin for Body

impl !UnwindSafe for Body

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> StreamExt for T where
    T: Stream + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Err = <U as TryFrom<T>>::Err