Struct stun_codec::BrokenMessage[][src]

pub struct BrokenMessage { /* fields omitted */ }

STUN message of which MessageDecoder could not decode the attribute part.

Methods

impl BrokenMessage
[src]

Returns the class of the message.

Returns the method of the message.

Returns the transaction ID of the message.

Returns a reference to the error object storing the cause of failure to decode the message.

Trait Implementations

impl Debug for BrokenMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for BrokenMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<BrokenMessage> for Error
[src]

Performs the conversion.

Auto Trait Implementations