pub struct Body { /* private fields */ }
A body of a response
Returns the body as a string
Returns the body as bytes
Converts the body into a vector of bytes
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U