Enum elasticsearch_dsl::search::queries::params::PercolateSource
source · [−]Expand description
Values that can be percolated
Variants
Document(Value)
A document
Documents(Vec<Value>)
A collection of documents
Trait Implementations
sourceimpl Clone for PercolateSource
impl Clone for PercolateSource
sourcefn clone(&self) -> PercolateSource
fn clone(&self) -> PercolateSource
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 PercolateSource
impl Debug for PercolateSource
sourceimpl PartialEq<PercolateSource> for PercolateSource
impl PartialEq<PercolateSource> for PercolateSource
sourcefn eq(&self, other: &PercolateSource) -> bool
fn eq(&self, other: &PercolateSource) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &PercolateSource) -> bool
fn ne(&self, other: &PercolateSource) -> bool
This method tests for !=
.
sourceimpl Serialize for PercolateSource
impl Serialize for PercolateSource
impl StructuralPartialEq for PercolateSource
Auto Trait Implementations
impl RefUnwindSafe for PercolateSource
impl Send for PercolateSource
impl Sync for PercolateSource
impl Unpin for PercolateSource
impl UnwindSafe for PercolateSource
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