Struct xmpp_proto::events::Presence [] [src]

pub struct Presence { /* fields omitted */ }

Methods

impl Presence
[src]

Trait Implementations

impl Debug for Presence
[src]

Formats the value using the given formatter.

impl Clone for Presence
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Converts the given value to a String. Read more

impl EventTrait for Presence
[src]