Struct elastic_requests::endpoints::ExplainRequest [] [src]

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

Post: /{index}/{type}/{id}/_explain

Elasticsearch Documentation

Fields

Methods

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

[src]

Request to: /{index}/{type}/{id}/_explain

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

[src]

Performs the conversion.