Enum reproto_core::RpHttpMethod [] [src]

pub enum RpHttpMethod {
    GET,
    POST,
    PUT,
    UPDATE,
    DELETE,
    PATCH,
    HEAD,
}

Variants

Trait Implementations

impl Debug for RpHttpMethod
[src]

[src]

Formats the value using the given formatter.

impl Clone for RpHttpMethod
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more