Enum stun::Attribute [] [src]

pub enum Attribute {
    MappedAddress,
    Username,
    MessageIntegrity,
    ErrorCode,
    UnknownAttributes,
    Realm,
    Nonce,
    XorMappedAddress(XorMappedAddress),
}

Variants

Trait Implementations

impl Debug for Attribute
[src]

Formats the value using the given formatter.