pub struct Protocol {
inner: Protocol,
}
Expand description
Represents the :protocol
pseudo-header used by
the Extended CONNECT Protocol.
Fields§
§inner: Protocol
Implementations§
source§impl Protocol
impl Protocol
sourcepub const fn from_static(value: &'static str) -> Self
pub const fn from_static(value: &'static str) -> Self
Converts a static string to a protocol name.
pub(crate) fn from_inner(inner: Protocol) -> Self
pub(crate) fn into_inner(self) -> Protocol
Trait Implementations§
source§impl PartialEq for Protocol
impl PartialEq for Protocol
impl Eq for Protocol
impl StructuralPartialEq for Protocol
Auto Trait Implementations§
impl !Freeze for Protocol
impl RefUnwindSafe for Protocol
impl Send for Protocol
impl Sync for Protocol
impl Unpin for Protocol
impl UnwindSafe for Protocol
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.