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

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

Fields

Methods

impl<'a> NodesStatsRequest<'a>

Trait Implementations

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

Performs the conversion.

impl<'a> PartialEq<NodesStatsRequest<'a>> for NodesStatsRequest<'a>

impl<'a> Debug for NodesStatsRequest<'a>

Formats the value using the given formatter.

impl<'a> Clone for NodesStatsRequest<'a>