Struct hyper_imp::ffi::hyper_request
source · pub struct hyper_request(/* private fields */);Expand description
An HTTP request.
Auto Trait Implementations§
impl !Freeze for hyper_request
impl !RefUnwindSafe for hyper_request
impl Send for hyper_request
impl Sync for hyper_request
impl Unpin for hyper_request
impl !UnwindSafe for hyper_request
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