Struct elasticsearch_dsl::search::rescoring::RescoreCollection
source · [−]pub struct RescoreCollection(_);
Expand description
Rescoring criteria
Implementations
sourceimpl RescoreCollection
impl RescoreCollection
sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new instance of RescoreCollection
Trait Implementations
sourceimpl Clone for RescoreCollection
impl Clone for RescoreCollection
sourcefn clone(&self) -> RescoreCollection
fn clone(&self) -> RescoreCollection
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 RescoreCollection
impl Debug for RescoreCollection
sourceimpl Default for RescoreCollection
impl Default for RescoreCollection
sourcefn default() -> RescoreCollection
fn default() -> RescoreCollection
Returns the “default value” for a type. Read more
sourceimpl IntoIterator for RescoreCollection
impl IntoIterator for RescoreCollection
sourceimpl PartialEq<RescoreCollection> for RescoreCollection
impl PartialEq<RescoreCollection> for RescoreCollection
sourcefn eq(&self, other: &RescoreCollection) -> bool
fn eq(&self, other: &RescoreCollection) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &RescoreCollection) -> bool
fn ne(&self, other: &RescoreCollection) -> bool
This method tests for !=
.
sourceimpl Serialize for RescoreCollection
impl Serialize for RescoreCollection
impl StructuralPartialEq for RescoreCollection
Auto Trait Implementations
impl RefUnwindSafe for RescoreCollection
impl Send for RescoreCollection
impl Sync for RescoreCollection
impl Unpin for RescoreCollection
impl UnwindSafe for RescoreCollection
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