[][src]Trait elastic::client::responses::parse::IsOkOnSuccess

pub trait IsOkOnSuccess { }

A convenient trait that automatically derives IsOk if the status code is in the 200 range.

Implementations on Foreign Types

impl IsOkOnSuccess for Value[src]

Loading content...

Implementors

impl IsOkOnSuccess for CommandResponse[src]

impl IsOkOnSuccess for IndexResponse[src]

impl IsOkOnSuccess for PingResponse[src]

impl IsOkOnSuccess for UpdateResponse[src]

impl<T> IsOkOnSuccess for SearchResponse<T> where
    T: DeserializeOwned
[src]

impl<TIndex, TType, TId> IsOkOnSuccess for BulkErrorsResponse<TIndex, TType, TId>[src]

impl<TIndex, TType, TId> IsOkOnSuccess for BulkResponse<TIndex, TType, TId>[src]

Loading content...