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

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

Fields

Methods

impl<'a> IndicesDeleteAliasRequest<'a>

Trait Implementations

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

Performs the conversion.

impl<'a> PartialEq<IndicesDeleteAliasRequest<'a>> for IndicesDeleteAliasRequest<'a>

impl<'a> Debug for IndicesDeleteAliasRequest<'a>

Formats the value using the given formatter.

impl<'a> Clone for IndicesDeleteAliasRequest<'a>