Enum elastic::client::requests::HttpMethod []

pub enum HttpMethod {
    Head,
    Get,
    Post,
    Put,
    Delete,
    Patch,
}

A standard HTTP verb.

Variants

Trait Implementations

impl PartialEq<HttpMethod> for HttpMethod

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Clone for HttpMethod

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for HttpMethod

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for HttpMethod

impl Sync for HttpMethod