Enum rump::transport::SerializerType [] [src]

pub enum SerializerType {
    JSON,
}

A type enumerating all possible serialization engines

Variants

JSON

JSON can be used for human-readable structured data

Trait Implementations

Derived Implementations

impl Clone for SerializerType

fn clone(&self) -> SerializerType

fn clone_from(&mut self, source: &Self)

impl Copy for SerializerType

impl Debug for SerializerType

fn fmt(&self, __arg_0: &mut Formatter) -> Result