Struct elastic_requests::SimpleSearchRequest [] [src]

pub struct SimpleSearchRequest<'a> {
    pub url: Url<'a>,
}

Fields

Methods

impl<'a> SimpleSearchRequest<'a>
[src]

Trait Implementations

impl<'a> Debug for SimpleSearchRequest<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for SimpleSearchRequest<'a>
[src]

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

This method tests for !=.

impl<'a> Clone for SimpleSearchRequest<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a, 'b: 'a> Into<HttpRequest<'a>> for &'a SimpleSearchRequest<'b>
[src]

Performs the conversion.

impl<'a> Into<HttpRequest<'a>> for SimpleSearchRequest<'a>
[src]

Performs the conversion.