pub struct HttpHeaders { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for HttpHeaders
impl Debug for HttpHeaders
Source§impl Default for HttpHeaders
impl Default for HttpHeaders
Source§fn default() -> HttpHeaders
fn default() -> HttpHeaders
Returns the “default value” for a type. Read more
Source§impl From<Vec<HttpHeader>> for HttpHeaders
impl From<Vec<HttpHeader>> for HttpHeaders
Source§impl FromIterator<(String, String)> for HttpHeaders
impl FromIterator<(String, String)> for HttpHeaders
Source§impl<'a> IntoIterator for &'a HttpHeaders
impl<'a> IntoIterator for &'a HttpHeaders
Source§impl PartialEq for HttpHeaders
impl PartialEq for HttpHeaders
impl Eq for HttpHeaders
impl StructuralPartialEq for HttpHeaders
Auto Trait Implementations§
impl Freeze for HttpHeaders
impl RefUnwindSafe for HttpHeaders
impl Send for HttpHeaders
impl Sync for HttpHeaders
impl Unpin for HttpHeaders
impl UnwindSafe for HttpHeaders
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.