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

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

Fields

Methods

impl<'a> IndicesGetSettingsRequest<'a>

Request to: /_settings

Request to: /{index}/_settings

Request to: /{index}/_settings/{name}

Request to: /_settings/{name}

Trait Implementations

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

Performs the conversion.

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

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for IndicesGetSettingsRequest<'a>

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for IndicesGetSettingsRequest<'a>

impl<'a> Sync for IndicesGetSettingsRequest<'a>