Struct hyper_imp::ffi::hyper_headers
source · pub struct hyper_headers { /* private fields */ }Expand description
An HTTP header map.
These can be part of a request or response.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for hyper_headers
impl Send for hyper_headers
impl Sync for hyper_headers
impl Unpin for hyper_headers
impl UnwindSafe for hyper_headers
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