Struct elasticsearch_dsl::search::highlight::MatchedFields
source · [−]pub struct MatchedFields(_);
Expand description
Matched fields logic with type conversions
Trait Implementations
sourceimpl Clone for MatchedFields
impl Clone for MatchedFields
sourcefn clone(&self) -> MatchedFields
fn clone(&self) -> MatchedFields
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 Debug for MatchedFields
impl Debug for MatchedFields
sourceimpl Default for MatchedFields
impl Default for MatchedFields
sourcefn default() -> MatchedFields
fn default() -> MatchedFields
Returns the “default value” for a type. Read more
sourceimpl<T> From<T> for MatchedFields where
T: IntoIterator,
T::Item: ToString,
impl<T> From<T> for MatchedFields where
T: IntoIterator,
T::Item: ToString,
sourceimpl PartialEq<MatchedFields> for MatchedFields
impl PartialEq<MatchedFields> for MatchedFields
sourcefn eq(&self, other: &MatchedFields) -> bool
fn eq(&self, other: &MatchedFields) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &MatchedFields) -> bool
fn ne(&self, other: &MatchedFields) -> bool
This method tests for !=
.
sourceimpl Serialize for MatchedFields
impl Serialize for MatchedFields
impl Eq for MatchedFields
impl StructuralEq for MatchedFields
impl StructuralPartialEq for MatchedFields
Auto Trait Implementations
impl RefUnwindSafe for MatchedFields
impl Send for MatchedFields
impl Sync for MatchedFields
impl Unpin for MatchedFields
impl UnwindSafe for MatchedFields
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