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

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

Fields

Methods

impl<'a> GetRequest<'a>

Trait Implementations

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

Performs the conversion.

impl<'a> PartialEq<GetRequest<'a>> for GetRequest<'a>

impl<'a> Debug for GetRequest<'a>

Formats the value using the given formatter.

impl<'a> Clone for GetRequest<'a>