pub struct BodyHttp { /* private fields */ }
Trait Implementations§
Source§impl Body for BodyHttp
impl Body for BodyHttp
impl<'__pin> Unpin for BodyHttpwhere
<PinnedFieldsOfHelperStruct<__Origin<'__pin>> as PinnedFieldsOfHelperTrait>::Actual: Unpin,
Auto Trait Implementations§
impl !Freeze for BodyHttp
impl !RefUnwindSafe for BodyHttp
impl Send for BodyHttp
impl Sync for BodyHttp
impl !UnwindSafe for BodyHttp
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