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

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

Head: /_template/{name}

Elasticsearch Documentation

Fields

Methods

impl<'a> IndicesExistsTemplateRequest<'a>

Request to: /_template/{name}

Trait Implementations

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

Performs the conversion.

impl<'a> PartialEq<IndicesExistsTemplateRequest<'a>> for IndicesExistsTemplateRequest<'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 IndicesExistsTemplateRequest<'a>

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations