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