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

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

Fields

Methods

impl<'a> IndicesGetFieldMappingRequest<'a>

Trait Implementations

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

Performs the conversion.

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

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

Formats the value using the given formatter.

impl<'a> Clone for IndicesGetFieldMappingRequest<'a>