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

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

Fields

Methods

impl<'a> IndicesGetRequest<'a>

Trait Implementations

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

Performs the conversion.

impl<'a> PartialEq<IndicesGetRequest<'a>> for IndicesGetRequest<'a>

impl<'a> Debug for IndicesGetRequest<'a>

Formats the value using the given formatter.

impl<'a> Clone for IndicesGetRequest<'a>