Struct coap::message::request::CoAPRequest[][src]

pub struct CoAPRequest {
    pub message: Packet,
    pub response: Option<CoAPResponse>,
    pub source: Option<SocketAddr>,
}

Fields

Methods

impl CoAPRequest
[src]

Trait Implementations

impl Clone for CoAPRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CoAPRequest
[src]

Formats the value using the given formatter. Read more

impl IsMessage for CoAPRequest
[src]

Auto Trait Implementations

impl Send for CoAPRequest

impl Sync for CoAPRequest