Struct headers_accept_encoding::SecWebsocketKey
source · pub struct SecWebsocketKey(/* private fields */);
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 ==
.impl Eq for SecWebsocketKey
impl StructuralEq for SecWebsocketKey
impl StructuralPartialEq for SecWebsocketKey
Auto Trait Implementations§
impl RefUnwindSafe for SecWebsocketKey
impl Send for SecWebsocketKey
impl Sync for SecWebsocketKey
impl Unpin for SecWebsocketKey
impl UnwindSafe for SecWebsocketKey
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