Struct elastic_requests::CatTasksRequest [] [src]

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

Fields

Methods

impl<'a> CatTasksRequest<'a>
[src]

Trait Implementations

impl<'a> Debug for CatTasksRequest<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for CatTasksRequest<'a>
[src]

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 CatTasksRequest<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a, 'b: 'a> Into<HttpRequest<'a>> for &'a CatTasksRequest<'b>
[src]

Performs the conversion.

impl<'a> Into<HttpRequest<'a>> for CatTasksRequest<'a>
[src]

Performs the conversion.