Struct elasticsearch_dsl::search::queries::params::TermsSetScript
source · [−]pub struct TermsSetScript { /* private fields */ }
Expand description
Custom script containing the number of matching terms required to return a document.
For parameters and valid values, see Scripting.
Implementations
sourceimpl TermsSetScript
impl TermsSetScript
Trait Implementations
sourceimpl Clone for TermsSetScript
impl Clone for TermsSetScript
sourcefn clone(&self) -> TermsSetScript
fn clone(&self) -> TermsSetScript
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 TermsSetScript
impl Debug for TermsSetScript
sourceimpl<'a> From<&'a str> for TermsSetScript
impl<'a> From<&'a str> for TermsSetScript
sourceimpl From<String> for TermsSetScript
impl From<String> for TermsSetScript
sourceimpl From<TermsSetScript> for TermsSetMinimumShouldMatch
impl From<TermsSetScript> for TermsSetMinimumShouldMatch
sourcefn from(script: TermsSetScript) -> Self
fn from(script: TermsSetScript) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<TermsSetScript> for TermsSetScript
impl PartialEq<TermsSetScript> for TermsSetScript
sourcefn eq(&self, other: &TermsSetScript) -> bool
fn eq(&self, other: &TermsSetScript) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &TermsSetScript) -> bool
fn ne(&self, other: &TermsSetScript) -> bool
This method tests for !=
.
sourceimpl Serialize for TermsSetScript
impl Serialize for TermsSetScript
impl StructuralPartialEq for TermsSetScript
Auto Trait Implementations
impl RefUnwindSafe for TermsSetScript
impl Send for TermsSetScript
impl Sync for TermsSetScript
impl Unpin for TermsSetScript
impl UnwindSafe for TermsSetScript
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