Struct elasticsearch_dsl::search::highlight::MatchedFields [−][src]
pub struct MatchedFields(_);
Expand description
Matched fields logic with type conversions
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more