Struct elastic::client::requests::endpoints::IndicesGetFieldMappingRequest []

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

Get: /_mapping/field/{fields}

Elasticsearch Documentation

Fields

Methods

impl<'a> IndicesGetFieldMappingRequest<'a>

Request to: /_mapping/field/{fields}

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

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

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

Trait Implementations

impl<'a> Into<HttpRequest<'a, &'static [u8]>> for IndicesGetFieldMappingRequest<'a>

Performs the conversion.

impl<'a> PartialEq<IndicesGetFieldMappingRequest<'a>> for IndicesGetFieldMappingRequest<'a>

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 IndicesGetFieldMappingRequest<'a>

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for IndicesGetFieldMappingRequest<'a>

Formats the value using the given formatter. Read more

Auto Trait Implementations