Struct xmpp_proto::events::StartTls [] [src]

pub struct StartTls { /* fields omitted */ }

Methods

impl StartTls
[src]

Trait Implementations

impl Debug for StartTls
[src]

Formats the value using the given formatter.

impl Clone for StartTls
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Converts the given value to a String. Read more

impl EventTrait for StartTls
[src]