pub struct HdrName<'a> {
inner: Repr<MaybeLower<'a>>,
}
Fields§
§inner: Repr<MaybeLower<'a>>
Implementations§
Trait Implementations§
source§impl<'a> From<StandardHeader> for HdrName<'a>
impl<'a> From<StandardHeader> for HdrName<'a>
source§fn from(hdr: StandardHeader) -> HdrName<'a>
fn from(hdr: StandardHeader) -> HdrName<'a>
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for HdrName<'a>
impl<'a> RefUnwindSafe for HdrName<'a>
impl<'a> Send for HdrName<'a>
impl<'a> Sync for HdrName<'a>
impl<'a> Unpin for HdrName<'a>
impl<'a> UnwindSafe for HdrName<'a>
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