Enum stun_codec::MessageClass[][src]

pub enum MessageClass {
    Request,
    Indication,
    SuccessResponse,
    ErrorResponse,
}

The class of a message.

Variants

Trait Implementations

impl Debug for MessageClass
[src]

Formats the value using the given formatter. Read more

impl Clone for MessageClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MessageClass
[src]

impl PartialEq for MessageClass
[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 MessageClass
[src]

impl Hash for MessageClass
[src]

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

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

Auto Trait Implementations