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

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

Fields

Methods

impl<'a, B> CountRequest<'a, B>

Trait Implementations

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

Performs the conversion.

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

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

Formats the value using the given formatter.

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