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

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

Fields

Methods

impl<'a> IndicesShardStoresRequest<'a>

Trait Implementations

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

Performs the conversion.

impl<'a> PartialEq<IndicesShardStoresRequest<'a>> for IndicesShardStoresRequest<'a>

impl<'a> Debug for IndicesShardStoresRequest<'a>

Formats the value using the given formatter.

impl<'a> Clone for IndicesShardStoresRequest<'a>