Struct elastic_query_builder::query::exists_query::ExistsQuery   
source · pub struct ExistsQuery { /* private fields */ }Implementations§
source§impl ExistsQuery
 
impl ExistsQuery
pub fn new(field: &str) -> ExistsQuery
Trait Implementations§
source§impl Default for ExistsQuery
 
impl Default for ExistsQuery
source§fn default() -> ExistsQuery
 
fn default() -> ExistsQuery
Returns the “default value” for a type. Read more
source§impl QueryTrait for ExistsQuery
 
impl QueryTrait for ExistsQuery
Auto Trait Implementations§
impl RefUnwindSafe for ExistsQuery
impl Send for ExistsQuery
impl Sync for ExistsQuery
impl Unpin for ExistsQuery
impl UnwindSafe for ExistsQuery
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