Enum reproto_core::RpHttpMethod
[−]
[src]
pub enum RpHttpMethod {
Get,
Post,
Put,
Update,
Delete,
Patch,
Head,
}Variants
GetPostPutUpdateDeletePatchHead
Methods
impl RpHttpMethod[src]
pub fn as_str(&self) -> &str[src]
Treat this method to an all uppercase string representing the method.
Trait Implementations
impl Debug for RpHttpMethod[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
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