Struct reqwest::Body [−][src]
pub struct Body { /* fields omitted */ }Expand description
An asynchronous request body.
Implementations
Trait Implementations
A Response can be piped as the Body of another request.
Auto Trait Implementations
impl !RefUnwindSafe for Body
impl !UnwindSafe for Body
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
