#[repr(C)]pub struct HttpHeader {
pub name: String,
pub value: String,
}Expand description
HTTP header key-value pair
Fields§
§name: StringHeader name
value: StringHeader value
Trait Implementations§
Source§impl Clone for HttpHeader
impl Clone for HttpHeader
Source§impl Debug for HttpHeader
impl Debug for HttpHeader
Source§impl Default for HttpHeader
impl Default for HttpHeader
Source§impl ExternType for HttpHeader
impl ExternType for HttpHeader
Auto Trait Implementations§
impl Freeze for HttpHeader
impl RefUnwindSafe for HttpHeader
impl Send for HttpHeader
impl Sync for HttpHeader
impl Unpin for HttpHeader
impl UnwindSafe for HttpHeader
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