pub struct HeaderKey(/* private fields */);Expand description
Wrapper for HTTP header keys.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HeaderKey
impl RefUnwindSafe for HeaderKey
impl Send for HeaderKey
impl Sync for HeaderKey
impl Unpin for HeaderKey
impl UnsafeUnpin for HeaderKey
impl UnwindSafe for HeaderKey
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