Struct headers_accept_encoding::SecWebsocketKey
source · pub struct SecWebsocketKey(_);Expand description
The Sec-Websocket-Key header.
Trait Implementations§
source§impl Clone for SecWebsocketKey
impl Clone for SecWebsocketKey
source§fn clone(&self) -> SecWebsocketKey
fn clone(&self) -> SecWebsocketKey
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SecWebsocketKey
impl Debug for SecWebsocketKey
source§impl From<SecWebsocketKey> for SecWebsocketAccept
impl From<SecWebsocketKey> for SecWebsocketAccept
source§fn from(key: SecWebsocketKey) -> SecWebsocketAccept
fn from(key: SecWebsocketKey) -> SecWebsocketAccept
Converts to this type from the input type.
source§impl Hash for SecWebsocketKey
impl Hash for SecWebsocketKey
source§impl Header for SecWebsocketKey
impl Header for SecWebsocketKey
source§impl PartialEq<SecWebsocketKey> for SecWebsocketKey
impl PartialEq<SecWebsocketKey> for SecWebsocketKey
source§fn eq(&self, other: &SecWebsocketKey) -> bool
fn eq(&self, other: &SecWebsocketKey) -> bool
This method tests for
self and other values to be equal, and is used
by ==.