Struct xmpp_proto::events::Bind [] [src]

pub struct Bind {
    pub body: Option<Element>,
    pub jid: String,
    // some fields omitted
}

Fields

Methods

impl Bind
[src]

Trait Implementations

impl Debug for Bind
[src]

Formats the value using the given formatter.

impl Clone for Bind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for Bind
[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 Bind
[src]

Converts the given value to a String. Read more

impl EventTrait for Bind
[src]