pub struct Host(Authority);
Expand description
The Host
header.
Tuple Fields§
§0: Authority
Implementations§
Trait Implementations§
source§impl Header for Host
impl Header for Host
source§impl PartialEq for Host
impl PartialEq for Host
source§impl PartialOrd for Host
impl PartialOrd 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 moreimpl Eq for Host
impl StructuralPartialEq for Host
Auto Trait Implementations§
impl !Freeze for Host
impl RefUnwindSafe for Host
impl Send for Host
impl Sync for Host
impl Unpin for Host
impl UnwindSafe for Host
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