Struct elastic_responses::bulk::ErrorItem [] [src]

pub struct ErrorItem<TIndex = String, TType = String, TId = String> { /* fields omitted */ }

A failed bulk response item.

Methods

impl<TIndex, TType, TId> ErrorItem<TIndex, TType, TId>
[src]

[src]

The bulk action for this item.

[src]

The index for this item.

[src]

The document type for this item.

[src]

The document id for this item.

Trait Implementations

impl<TIndex: Debug, TType: Debug, TId: Debug> Debug for ErrorItem<TIndex, TType, TId>
[src]

[src]

Formats the value using the given formatter.

impl<TIndex: Clone, TType: Clone, TId: Clone> Clone for ErrorItem<TIndex, TType, TId>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<TIndex, TType, TId> Display for ErrorItem<TIndex, TType, TId> where
    TIndex: Display + Debug,
    TType: Display + Debug,
    TId: Display + Debug
[src]

[src]

Formats the value using the given formatter. Read more

impl<TIndex, TType, TId> Error for ErrorItem<TIndex, TType, TId> where
    TIndex: Display + Debug,
    TType: Display + Debug,
    TId: Display + Debug
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more