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