Struct rs_es::operations::get::GetResult
[−]
[src]
pub struct GetResult<T: Deserialize> {
pub index: String,
pub doc_type: String,
pub id: String,
pub version: Option<u64>,
pub found: bool,
pub source: Option<T>,
}The result of a GET request
Fields
index: String
doc_type: String
id: String
version: Option<u64>
found: bool
source: Option<T>