pub struct TermsQuery { /* private fields */ }
Implementations§
Source§impl TermsQuery
impl TermsQuery
Trait Implementations§
Source§impl Default for TermsQuery
impl Default for TermsQuery
Source§fn default() -> TermsQuery
fn default() -> TermsQuery
Returns the “default value” for a type. Read more
Source§impl QueryTrait for TermsQuery
impl QueryTrait for TermsQuery
Auto Trait Implementations§
impl Freeze for TermsQuery
impl RefUnwindSafe for TermsQuery
impl Send for TermsQuery
impl Sync for TermsQuery
impl Unpin for TermsQuery
impl UnwindSafe for TermsQuery
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