Enum coap_lite::RequestType
source · [−]pub enum RequestType {
Get,
Post,
Put,
Delete,
Fetch,
Patch,
IPatch,
UnKnown,
}Expand description
The request codes.
Variants
Get
Post
Put
Delete
Fetch
Patch
IPatch
UnKnown
Trait Implementations
sourceimpl Clone for RequestType
impl Clone for RequestType
sourcefn clone(&self) -> RequestType
fn clone(&self) -> RequestType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RequestType
impl Debug for RequestType
sourceimpl PartialEq<RequestType> for RequestType
impl PartialEq<RequestType> for RequestType
impl Copy for RequestType
impl StructuralPartialEq for RequestType
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more