Struct elastic_query_builder::query::exists_query::ExistsQuery
source · [−]pub struct ExistsQuery { /* private fields */ }
Implementations
sourceimpl ExistsQuery
impl ExistsQuery
pub fn new(field: &str) -> ExistsQuery
Trait Implementations
sourceimpl Default for ExistsQuery
impl Default for ExistsQuery
sourcefn default() -> ExistsQuery
fn default() -> ExistsQuery
Returns the “default value” for a type. Read more
sourceimpl 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
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