Struct elastic_query_builder::query::match_query::MatchQuery
source · [−]pub struct MatchQuery { /* private fields */ }
Implementations
sourceimpl MatchQuery
impl MatchQuery
pub fn new(field: &str, query: &str) -> MatchQuery
Trait Implementations
sourceimpl Default for MatchQuery
impl Default for MatchQuery
sourcefn default() -> MatchQuery
fn default() -> MatchQuery
Returns the “default value” for a type. Read more
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more