Struct headers_accept_encoding::Host
source · pub struct Host(_);
Expand description
The Host
header.
Implementations§
Trait Implementations§
source§impl Header for Host
impl Header for Host
source§impl PartialEq<Host> for Host
impl PartialEq<Host> for Host
source§impl PartialOrd<Host> for Host
impl PartialOrd<Host> for Host
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more