Struct elasticsearch_dsl::search::queries::params::PercolateLookup [−][src]
pub struct PercolateLookup { /* fields omitted */ }
Expand description
Percolate document from another index
Implementations
Trait Implementations
Performs the conversion.
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 PercolateLookup
impl Send for PercolateLookup
impl Sync for PercolateLookup
impl Unpin for PercolateLookup
impl UnwindSafe for PercolateLookup
Blanket Implementations
Mutably borrows from an owned value. Read more