pub struct IndexResponseItem {
pub status: i64,
pub error: Option<BulkItemError>,
/* private fields */
}Fields§
§status: i64§error: Option<BulkItemError>Trait Implementations§
Source§impl Debug for IndexResponseItem
impl Debug for IndexResponseItem
Source§impl<'de> Deserialize<'de> for IndexResponseItem
impl<'de> Deserialize<'de> for IndexResponseItem
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
Auto Trait Implementations§
impl Freeze for IndexResponseItem
impl RefUnwindSafe for IndexResponseItem
impl Send for IndexResponseItem
impl Sync for IndexResponseItem
impl Unpin for IndexResponseItem
impl UnwindSafe for IndexResponseItem
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