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