Enum tungstenite::protocol::frame::coding::OpCode [−][src]
WebSocket message opcode as in RFC 6455.
Variants
Data(Data)Data (text or binary).
Control(Control)Control message (close, ping, pong).
Trait Implementations
impl Debug for OpCode[src]
impl Debug for OpCodefn 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 OpCode[src]
impl PartialEq for OpCodefn eq(&self, other: &OpCode) -> bool[src]
fn eq(&self, other: &OpCode) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &OpCode) -> bool[src]
fn ne(&self, other: &OpCode) -> boolThis method tests for !=.
impl Eq for OpCode[src]
impl Eq for OpCodeimpl Clone for OpCode[src]
impl Clone for OpCodefn clone(&self) -> OpCode[src]
fn clone(&self) -> OpCodeReturns 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 Copy for OpCode[src]
impl Copy for OpCodeimpl Display for OpCode[src]
impl Display for OpCodefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Into<u8> for OpCode[src]
impl Into<u8> for OpCodeimpl From<u8> for OpCode[src]
impl From<u8> for OpCode