pub struct HttpComponent { /* private fields */ }Expand description
Canonical HTTP messages as per the rules defined in RFC9421 HTTP Message Components
Trait Implementations§
Source§impl Debug for HttpComponent
impl Debug for HttpComponent
Source§impl Display for HttpComponent
impl Display for HttpComponent
Source§impl Hash for HttpComponent
impl Hash for HttpComponent
Source§impl PartialEq for HttpComponent
impl PartialEq for HttpComponent
impl Eq for HttpComponent
impl StructuralPartialEq for HttpComponent
Auto Trait Implementations§
impl Freeze for HttpComponent
impl RefUnwindSafe for HttpComponent
impl Send for HttpComponent
impl Sync for HttpComponent
impl Unpin for HttpComponent
impl UnsafeUnpin for HttpComponent
impl UnwindSafe for HttpComponent
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§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.