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

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

Fields

Methods

impl<'a> IndicesExistsRequest<'a>

Trait Implementations

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

Performs the conversion.

impl<'a> PartialEq<IndicesExistsRequest<'a>> for IndicesExistsRequest<'a>

impl<'a> Debug for IndicesExistsRequest<'a>

Formats the value using the given formatter.

impl<'a> Clone for IndicesExistsRequest<'a>