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

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

Fields

Methods

impl<'a> IndicesGetRequest<'a>

Request to: /{index}

Request to: /{index}/{feature}

Trait Implementations

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

Performs the conversion.

impl<'a> PartialEq<IndicesGetRequest<'a>> for IndicesGetRequest<'a>

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Clone for IndicesGetRequest<'a>

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for IndicesGetRequest<'a>

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for IndicesGetRequest<'a>

impl<'a> Sync for IndicesGetRequest<'a>