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

pub struct DeleteResponse { /* fields omitted */ }

Response for a delete document request.

Methods

impl DeleteResponse

Whether or not a matching document was found.

Whether or not the document was deleted.

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 DeleteResponse

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

impl<'de> Deserialize<'de> for DeleteResponse

Deserialize this value from the given Serde deserializer. Read more

impl Debug for DeleteResponse

Formats the value using the given formatter. Read more

Auto Trait Implementations