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

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

Fields

Methods

impl<'a, B> IndicesCreateRequest<'a, B>

Trait Implementations

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

Performs the conversion.

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

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

Formats the value using the given formatter.

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