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

Trait Implementations

impl<T: Debug + Deserialize> Debug for GetResult<T>
[src]

Formats the value using the given formatter.