Enum coap_lite::MessageType [−][src]
pub enum MessageType {
Confirmable,
NonConfirmable,
Acknowledgement,
Reset,
}Expand description
The message types.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MessageType
impl Send for MessageType
impl Sync for MessageType
impl Unpin for MessageType
impl UnwindSafe for MessageType
Blanket Implementations
Mutably borrows from an owned value. Read more