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 Freeze for MatchAllQuery
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