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

pub struct PutScriptRequest<'a, B> {
    pub url: Url<'a>,
    pub body: B,
}

Post: /_scripts/{lang}/{id}

Elasticsearch Documentation

Fields

Methods

impl<'a, B> PutScriptRequest<'a, B>

Request to: /_scripts/{lang}/{id}

Trait Implementations

impl<'a, B> Into<HttpRequest<'a, B>> for PutScriptRequest<'a, B>

Performs the conversion.

impl<'a, B> PartialEq<PutScriptRequest<'a, B>> for PutScriptRequest<'a, B> where
    B: PartialEq<B>, 

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a, B> Clone for PutScriptRequest<'a, B> where
    B: Clone

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a, B> Debug for PutScriptRequest<'a, B> where
    B: Debug

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, B> Send for PutScriptRequest<'a, B> where
    B: Send

impl<'a, B> Sync for PutScriptRequest<'a, B> where
    B: Sync