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

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

Fields

Methods

impl<'a> IndicesStatsRequest<'a>

Trait Implementations

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

Performs the conversion.

impl<'a> PartialEq<IndicesStatsRequest<'a>> for IndicesStatsRequest<'a>

impl<'a> Debug for IndicesStatsRequest<'a>

Formats the value using the given formatter.

impl<'a> Clone for IndicesStatsRequest<'a>