Struct coap_lite::CoapResponse [−][src]
pub struct CoapResponse {
pub message: Packet,
}Expand description
The CoAP response.
Fields
message: PacketImplementations
Creates a new response.
Sets the status.
Returns the status.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CoapResponse
impl Send for CoapResponse
impl Sync for CoapResponse
impl Unpin for CoapResponse
impl UnwindSafe for CoapResponse
Blanket Implementations
Mutably borrows from an owned value. Read more