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

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

Fields

Methods

impl<'a> IndicesExistsTemplateRequest<'a>

Trait Implementations

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

Performs the conversion.

impl<'a> PartialEq<IndicesExistsTemplateRequest<'a>> for IndicesExistsTemplateRequest<'a>

impl<'a> Debug for IndicesExistsTemplateRequest<'a>

Formats the value using the given formatter.

impl<'a> Clone for IndicesExistsTemplateRequest<'a>