Struct fire_http_representation::body::BodyHttp
source · pub struct BodyHttp { /* private fields */ }
Trait Implementations§
source§impl Body for BodyHttp
impl Body for BodyHttp
impl<'__pin> Unpin for BodyHttpwhere
__Origin<'__pin>: Unpin,
Auto Trait Implementations§
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