Struct elasticsearch_dsl::search::InnerHitsItems
source · [−]pub struct InnerHitsItems<IH> {
pub hits: InnerHitsItemsHits<IH>,
}
Expand description
Represents inner hits
Fields
hits: InnerHitsItemsHits<IH>
The actual inner hits
Trait Implementations
sourceimpl<IH: Clone> Clone for InnerHitsItems<IH>
impl<IH: Clone> Clone for InnerHitsItems<IH>
sourcefn clone(&self) -> InnerHitsItems<IH>
fn clone(&self) -> InnerHitsItems<IH>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<IH: Debug> Debug for InnerHitsItems<IH>
impl<IH: Debug> Debug for InnerHitsItems<IH>
sourceimpl<'de, IH> Deserialize<'de> for InnerHitsItems<IH> where
IH: Deserialize<'de>,
impl<'de, IH> Deserialize<'de> for InnerHitsItems<IH> where
IH: Deserialize<'de>,
sourcefn 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
sourceimpl<IH: PartialEq> PartialEq<InnerHitsItems<IH>> for InnerHitsItems<IH>
impl<IH: PartialEq> PartialEq<InnerHitsItems<IH>> for InnerHitsItems<IH>
sourcefn eq(&self, other: &InnerHitsItems<IH>) -> bool
fn eq(&self, other: &InnerHitsItems<IH>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &InnerHitsItems<IH>) -> bool
fn ne(&self, other: &InnerHitsItems<IH>) -> bool
This method tests for !=
.
sourceimpl<IH> Serialize for InnerHitsItems<IH> where
IH: Serialize,
impl<IH> Serialize for InnerHitsItems<IH> where
IH: Serialize,
impl<IH> StructuralPartialEq for InnerHitsItems<IH>
Auto Trait Implementations
impl<IH> RefUnwindSafe for InnerHitsItems<IH> where
IH: RefUnwindSafe,
impl<IH> Send for InnerHitsItems<IH> where
IH: Send,
impl<IH> Sync for InnerHitsItems<IH> where
IH: Sync,
impl<IH> Unpin for InnerHitsItems<IH> where
IH: Unpin,
impl<IH> UnwindSafe for InnerHitsItems<IH> where
IH: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more