Enum coap::message::header::MessageType [] [src]

pub enum MessageType {
    Confirmable,
    NonConfirmable,
    Acknowledgement,
    Reset,
    Invalid,
}

Variants

Trait Implementations

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

impl Debug for MessageType
[src]

Formats the value using the given formatter.