Struct elastic_query_builder::query::terms_query::TermsQuery
source · [−]pub struct TermsQuery { /* private fields */ }
Implementations
sourceimpl TermsQuery
impl TermsQuery
Trait Implementations
sourceimpl Default for TermsQuery
impl Default for TermsQuery
sourcefn default() -> TermsQuery
fn default() -> TermsQuery
Returns the “default value” for a type. Read more
sourceimpl QueryTrait for TermsQuery
impl QueryTrait for TermsQuery
Auto Trait Implementations
impl RefUnwindSafe for TermsQuery
impl Send for TermsQuery
impl Sync for TermsQuery
impl Unpin for TermsQuery
impl UnwindSafe for TermsQuery
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more