pub struct IndexResponse { /* private fields */ }
Expand description
Response for an index document request.
Implementations§
Source§impl IndexResponse
impl IndexResponse
Trait Implementations§
Source§impl Debug for IndexResponse
impl Debug for IndexResponse
Source§impl<'de> Deserialize<'de> for IndexResponse
impl<'de> Deserialize<'de> for IndexResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl IsOk for IndexResponse
impl IsOk for IndexResponse
Source§fn is_ok<B: ResponseBody>(
head: HttpResponseHead,
body: Unbuffered<B>,
) -> Result<MaybeOkResponse<B>, ParseResponseError>
fn is_ok<B: ResponseBody>( head: HttpResponseHead, body: Unbuffered<B>, ) -> Result<MaybeOkResponse<B>, ParseResponseError>
Inspect the http response to determine whether or not it succeeded.
Auto Trait Implementations§
impl Freeze for IndexResponse
impl RefUnwindSafe for IndexResponse
impl Send for IndexResponse
impl Sync for IndexResponse
impl Unpin for IndexResponse
impl UnwindSafe for IndexResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more