pub struct DocumentDeleteResponse {
pub index: String,
pub id: String,
pub version: u32,
pub result: String,
pub shards: ShardStatistics,
pub seq_no: u32,
pub primary_term: u32,
}Fields§
§index: String§id: String§version: u32§result: String§shards: ShardStatistics§seq_no: u32§primary_term: u32Trait Implementations§
Source§impl Debug for DocumentDeleteResponse
impl Debug for DocumentDeleteResponse
Source§impl<'de> Deserialize<'de> for DocumentDeleteResponse
impl<'de> Deserialize<'de> for DocumentDeleteResponse
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 DocumentDeleteResponse
impl RefUnwindSafe for DocumentDeleteResponse
impl Send for DocumentDeleteResponse
impl Sync for DocumentDeleteResponse
impl Unpin for DocumentDeleteResponse
impl UnwindSafe for DocumentDeleteResponse
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