Enum xmpp_proto::events::StanzaEvent [] [src]

pub enum StanzaEvent {
    PresenceEvent(Presence),
    IqEvent(IqType),
    IqRequestEvent(IqType),
    IqResponseEvent(IqType),
    MessageEvent(Message),
}

Variants

Trait Implementations

impl Debug for StanzaEvent
[src]

Formats the value using the given formatter.

impl Clone for StanzaEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more