Struct coap::message::response::CoAPResponse [] [src]

pub struct CoAPResponse {
    pub message: Packet,
}

Fields

Methods

impl CoAPResponse
[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for CoAPResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CoAPResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl IsMessage for CoAPResponse
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for CoAPResponse

impl Sync for CoAPResponse