Struct rump::message::EventJoin [] [src]

pub struct EventJoin {
    pub message_type: MessageType,
    pub realm: String,
    pub details: Details,
}

Fields

message_type
realm
details

Methods

impl EventJoin

fn new(realm: String)

Trait Implementations

impl Encodable for EventJoin

fn encode<S: Encoder>(&self, s: &mut S) -> Result<(), S::Error>

Derived Implementations

impl Clone for EventJoin

fn clone(&self) -> EventJoin

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

impl Debug for EventJoin

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