Struct generic_async_http_client::Body
source · [−]pub struct Body(_);
Expand description
A Body for the Request
Trait Implementations
sourceimpl From<&'static [u8]> for Body
impl From<&'static [u8]> for Body
sourcefn from(t: &'static [u8]) -> Self
fn from(t: &'static [u8]) -> Self
Converts to this type from the input type.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more