Enum reproto_core::RpHttpMethod
[−]
[src]
pub enum RpHttpMethod {
GET,
POST,
PUT,
UPDATE,
DELETE,
PATCH,
HEAD,
}Variants
GETPOSTPUTUPDATEDELETEPATCHHEAD
Trait Implementations
impl Debug for RpHttpMethod[src]
impl Clone for RpHttpMethod[src]
fn clone(&self) -> RpHttpMethod[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more