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

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

Fields

Methods

impl<'a> IndicesExistsTypeRequest<'a>

Trait Implementations

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

Performs the conversion.

impl<'a> PartialEq<IndicesExistsTypeRequest<'a>> for IndicesExistsTypeRequest<'a>

impl<'a> Debug for IndicesExistsTypeRequest<'a>

Formats the value using the given formatter.

impl<'a> Clone for IndicesExistsTypeRequest<'a>