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§
Trait Implementations§
Source§impl Clone for TermsSetScript
impl Clone for TermsSetScript
Source§fn clone(&self) -> TermsSetScript
fn clone(&self) -> TermsSetScript
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TermsSetScript
impl Debug for TermsSetScript
Source§impl<'a> From<&'a str> for TermsSetScript
impl<'a> From<&'a str> for TermsSetScript
Source§impl From<String> for TermsSetScript
impl From<String> for TermsSetScript
Source§impl From<TermsSetScript> for TermsSetMinimumShouldMatch
impl From<TermsSetScript> for TermsSetMinimumShouldMatch
Source§fn from(script: TermsSetScript) -> Self
fn from(script: TermsSetScript) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TermsSetScript
impl PartialEq for TermsSetScript
Source§impl Serialize for TermsSetScript
impl Serialize for TermsSetScript
impl Eq for TermsSetScript
impl StructuralPartialEq for TermsSetScript
Auto Trait Implementations§
impl Freeze for TermsSetScript
impl RefUnwindSafe for TermsSetScript
impl Send for TermsSetScript
impl Sync for TermsSetScript
impl Unpin for TermsSetScript
impl UnwindSafe for TermsSetScript
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more