Enum socket_io::data::Data
[−]
[src]
pub enum Data { JSON(Value), Binary(Vec<u8>), }
Variants
JSON(Value)
Binary(Vec<u8>)
Trait Implementations
impl Clone for Data
[src]
fn clone(&self) -> Data
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more