Struct elastic_query_builder::query::match_query::MatchQuery   
source · pub struct MatchQuery { /* private fields */ }Implementations§
source§impl MatchQuery
 
impl MatchQuery
pub fn new(field: &str, query: &str) -> MatchQuery
pub fn set_boost(self, boost: f64) -> MatchQuery
Trait Implementations§
source§impl Default for MatchQuery
 
impl Default for MatchQuery
source§fn default() -> MatchQuery
 
fn default() -> MatchQuery
Returns the “default value” for a type. Read more
source§impl QueryTrait for MatchQuery
 
impl QueryTrait for MatchQuery
Auto Trait Implementations§
impl RefUnwindSafe for MatchQuery
impl Send for MatchQuery
impl Sync for MatchQuery
impl Unpin for MatchQuery
impl UnwindSafe for MatchQuery
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