Struct elasticsearch_dsl::search::NestedIdentity
source · pub struct NestedIdentity {
pub field: String,
pub offset: u64,
pub nested: Option<Box<NestedIdentity>>,
}
Expand description
Nested document metadata
Fields§
§field: String
Field
offset: u64
Offset
nested: Option<Box<NestedIdentity>>
Nested document metadata
Trait Implementations§
source§impl Clone for NestedIdentity
impl Clone for NestedIdentity
source§fn clone(&self) -> NestedIdentity
fn clone(&self) -> NestedIdentity
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NestedIdentity
impl Debug for NestedIdentity
source§impl<'de> Deserialize<'de> for NestedIdentity
impl<'de> Deserialize<'de> for NestedIdentity
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