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

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

Fields

Methods

impl<'a> ExistsRequest<'a>

Trait Implementations

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

Performs the conversion.

impl<'a> PartialEq<ExistsRequest<'a>> for ExistsRequest<'a>

impl<'a> Debug for ExistsRequest<'a>

Formats the value using the given formatter.

impl<'a> Clone for ExistsRequest<'a>