Struct elastic::client::responses::prelude::UpdateResponse []

pub struct UpdateResponse { /* fields omitted */ }

Response for a update document request.

Methods

impl UpdateResponse

Whether or not the document was updated.

The index for the document.

The type of the document.

The id of the document.

The version of the document.

Trait Implementations

impl IsOk for UpdateResponse

Inspect the http response to determine whether or not it succeeded.

impl<'de> Deserialize<'de> for UpdateResponse

Deserialize this value from the given Serde deserializer. Read more

impl Debug for UpdateResponse

Formats the value using the given formatter. Read more

Auto Trait Implementations