pub enum ZeroTermsQuery {
None,
All,
}Expand description
What a match does when analysis yields no terms (zero_terms_query).
Variants§
Trait Implementations§
Source§impl Clone for ZeroTermsQuery
impl Clone for ZeroTermsQuery
Source§fn clone(&self) -> ZeroTermsQuery
fn clone(&self) -> ZeroTermsQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ZeroTermsQuery
Auto Trait Implementations§
impl Freeze for ZeroTermsQuery
impl RefUnwindSafe for ZeroTermsQuery
impl Send for ZeroTermsQuery
impl Sync for ZeroTermsQuery
impl Unpin for ZeroTermsQuery
impl UnsafeUnpin for ZeroTermsQuery
impl UnwindSafe for ZeroTermsQuery
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