pub struct Headers(/* private fields */);Expand description
HTTP3 headers from the request or response.
Implementations§
Trait Implementations§
Source§impl<K, V> FromIterator<(K, V)> for Headers
impl<K, V> FromIterator<(K, V)> for Headers
Source§impl TryFrom<Headers> for SessionRequest
impl TryFrom<Headers> for SessionRequest
Auto Trait Implementations§
impl Freeze for Headers
impl RefUnwindSafe for Headers
impl Send for Headers
impl Sync for Headers
impl Unpin for Headers
impl UnwindSafe for Headers
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