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

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

Fields

Methods

impl<'a> IndicesRecoveryRequest<'a>

Request to: /_recovery

Request to: /{index}/_recovery

Trait Implementations

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

Performs the conversion.

impl<'a> PartialEq<IndicesRecoveryRequest<'a>> for IndicesRecoveryRequest<'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 IndicesRecoveryRequest<'a>

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for IndicesRecoveryRequest<'a>

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for IndicesRecoveryRequest<'a>

impl<'a> Sync for IndicesRecoveryRequest<'a>