Enum coap_lite::RequestType [−][src]
pub enum RequestType {
Get,
Post,
Put,
Delete,
Fetch,
Patch,
IPatch,
UnKnown,
}Expand description
The request codes.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RequestType
impl Send for RequestType
impl Sync for RequestType
impl Unpin for RequestType
impl UnwindSafe for RequestType
Blanket Implementations
Mutably borrows from an owned value. Read more