Struct elastic_requests::HttpRequest [] [src]

pub struct HttpRequest<'a, B> {
    pub url: Url<'a>,
    pub method: HttpMethod,
    pub body: Option<B>,
}

A general request type that all endpoints can be converted into.

Fields

Trait Implementations

impl<'a, B: Debug> Debug for HttpRequest<'a, B>
[src]

[src]

Formats the value using the given formatter.

impl<'a, B: PartialEq> PartialEq for HttpRequest<'a, B>
[src]

[src]

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

[src]

This method tests for !=.

impl<'a, B: Clone> Clone for HttpRequest<'a, B>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more