pub struct Header<N: AsRef<OsStr>, V: AsRef<OsStr>> { /* private fields */ }Expand description
An HTTP header.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<N, V> Freeze for Header<N, V>
impl<N, V> RefUnwindSafe for Header<N, V>where
N: RefUnwindSafe,
V: RefUnwindSafe,
impl<N, V> !Send for Header<N, V>
impl<N, V> !Sync for Header<N, V>
impl<N, V> Unpin for Header<N, V>
impl<N, V> UnwindSafe for Header<N, V>where
N: UnwindSafe,
V: UnwindSafe,
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