Struct elastic_requests::endpoints::MsearchRequest [] [src]

pub struct MsearchRequest<'a, B> {
    pub url: Url<'a>,
    pub body: B,
}

Fields

Methods

impl<'a, B> MsearchRequest<'a, B>
[src]

[src]

Request to: /_msearch

[src]

Request to: /{index}/_msearch

[src]

Request to: /{index}/{type}/_msearch

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl<'a, B: PartialEq> PartialEq for MsearchRequest<'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 MsearchRequest<'a, B>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a, B> Into<HttpRequest<'a, B>> for MsearchRequest<'a, B>
[src]

[src]

Performs the conversion.