pub struct Headers<'h>(pub &'h HeaderMap);Expand description
Helper for logging request headers
Tuple Fields§
§0: &'h HeaderMapTrait Implementations§
Auto Trait Implementations§
impl<'h> Freeze for Headers<'h>
impl<'h> RefUnwindSafe for Headers<'h>
impl<'h> Send for Headers<'h>
impl<'h> Sync for Headers<'h>
impl<'h> Unpin for Headers<'h>
impl<'h> UnwindSafe for Headers<'h>
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