pub struct Protocol { /* private fields */ }
Expand description
Represents the :protocol
pseudo-header used by
the Extended CONNECT Protocol.
Implementations§
Trait Implementations§
Source§impl From<ByteString> for Protocol
impl From<ByteString> for Protocol
Source§fn from(value: ByteString) -> Self
fn from(value: ByteString) -> Self
Converts to this type from the input type.
Source§impl From<Protocol> for ByteString
impl From<Protocol> for ByteString
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