Struct headers_ext::SecWebsocketKey [−][src]
pub struct SecWebsocketKey(_);
The Sec-Websocket-Key header.
Trait Implementations
impl From<SecWebsocketKey> for SecWebsocketAccept[src]
impl From<SecWebsocketKey> for SecWebsocketAcceptfn from(key: SecWebsocketKey) -> SecWebsocketAccept[src]
fn from(key: SecWebsocketKey) -> SecWebsocketAcceptPerforms the conversion.
impl Clone for SecWebsocketKey[src]
impl Clone for SecWebsocketKeyfn clone(&self) -> SecWebsocketKey[src]
fn clone(&self) -> SecWebsocketKeyReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for SecWebsocketKey[src]
impl Debug for SecWebsocketKeyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for SecWebsocketKey[src]
impl PartialEq for SecWebsocketKeyfn eq(&self, other: &SecWebsocketKey) -> bool[src]
fn eq(&self, other: &SecWebsocketKey) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SecWebsocketKey) -> bool[src]
fn ne(&self, other: &SecWebsocketKey) -> boolThis method tests for !=.
impl Eq for SecWebsocketKey[src]
impl Eq for SecWebsocketKeyimpl Hash for SecWebsocketKey[src]
impl Hash for SecWebsocketKeyAuto Trait Implementations
impl Send for SecWebsocketKey
impl Send for SecWebsocketKeyimpl Sync for SecWebsocketKey
impl Sync for SecWebsocketKey