Struct elastic_requests::endpoints::IndicesGetFieldMappingRequest [] [src]

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

Get: /_mapping/field/{fields}

Elasticsearch Documentation

Fields

Methods

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

[src]

Request to: /_mapping/field/{fields}

[src]

Request to: /{index}/_mapping/field/{fields}

[src]

Request to: /{index}/_mapping/{type}/field/{fields}

[src]

Request to: /_mapping/{type}/field/{fields}

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for IndicesGetFieldMappingRequest<'a>
[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> Clone for IndicesGetFieldMappingRequest<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Into<HttpRequest<'a, DefaultBody>> for IndicesGetFieldMappingRequest<'a>
[src]

[src]

Performs the conversion.