Enum rustun::rfc5389::Method [] [src]

pub enum Method {
    Binding,
}

Method set that are defined in RFC 5389.

Variants

Trait Implementations

impl Debug for Method
[src]

Formats the value using the given formatter.

impl Clone for Method
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Method
[src]

impl PartialOrd for Method
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for Method
[src]

This method returns an Ordering between self and other. Read more

impl PartialEq for Method
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Method
[src]

impl Hash for Method
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Method for Method
[src]

Tries to convert from codepoint to the corresponding method. Read more

Returns the codepoint corresponding this method. Read more

Makes a request message which have this method.

Makes a indication message which have this method.

impl From<Binding> for Method
[src]

Performs the conversion.