Struct xmpp_proto::events::Message [] [src]

pub struct Message {
    pub msg: String,
    // some fields omitted
}

Fields

Methods

impl Message
[src]

Trait Implementations

impl Debug for Message
[src]

Formats the value using the given formatter.

impl Clone for Message
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for Message
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl ToString for Message
[src]

Converts the given value to a String. Read more

impl EventTrait for Message
[src]