Enum hb::request::Method[][src]

pub enum Method {
    Put,
    Post,
    Get,
    Head,
    Delete,
}

Variants

Trait Implementations

impl Debug for Method
[src]

Formats the value using the given formatter. Read more

impl Clone for Method
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Method
[src]

Auto Trait Implementations

impl Send for Method

impl Sync for Method