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

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

Fields

Methods

impl<'a> CatAllocationRequest<'a>

Trait Implementations

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

Performs the conversion.

impl<'a> PartialEq<CatAllocationRequest<'a>> for CatAllocationRequest<'a>

impl<'a> Debug for CatAllocationRequest<'a>

Formats the value using the given formatter.

impl<'a> Clone for CatAllocationRequest<'a>