Enum coap::message::packet::CoAPOption [] [src]

pub enum CoAPOption {
    IfMatch,
    UriHost,
    ETag,
    IfNoneMatch,
    Observe,
    UriPort,
    LocationPath,
    UriPath,
    ContentFormat,
    MaxAge,
    UriQuery,
    Accept,
    LocationQuery,
    Block2,
    Block1,
    ProxyUri,
    ProxyScheme,
    Size1,
}

Variants

Trait Implementations

impl PartialEq for CoAPOption
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for CoAPOption
[src]

impl Debug for CoAPOption
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CoAPOption

impl Sync for CoAPOption