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

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

Fields

Methods

impl<'a> IndicesExistsAliasRequest<'a>

Trait Implementations

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

Performs the conversion.

impl<'a> PartialEq<IndicesExistsAliasRequest<'a>> for IndicesExistsAliasRequest<'a>

impl<'a> Debug for IndicesExistsAliasRequest<'a>

Formats the value using the given formatter.

impl<'a> Clone for IndicesExistsAliasRequest<'a>