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

pub struct IndicesCloseRequest<'a, B> {
    pub url: Url<'a>,
    pub body: B,
}

Fields

Methods

impl<'a, B> IndicesCloseRequest<'a, B>

Trait Implementations

impl<'a, B> Into<HttpRequest<'a, B>> for IndicesCloseRequest<'a, B>

Performs the conversion.

impl<'a, B> PartialEq<IndicesCloseRequest<'a, B>> for IndicesCloseRequest<'a, B> where
    B: PartialEq<B>, 

impl<'a, B> Debug for IndicesCloseRequest<'a, B> where
    B: Debug

Formats the value using the given formatter.

impl<'a, B> Clone for IndicesCloseRequest<'a, B> where
    B: Clone