pub struct Queries(_);
Expand description
A collection of queries
Implementations
Trait Implementations
sourceimpl From<BoostingQuery> for Queries
impl From<BoostingQuery> for Queries
sourcefn from(q: BoostingQuery) -> Self
fn from(q: BoostingQuery) -> Self
Converts to this type from the input type.
sourceimpl From<ConstantScoreQuery> for Queries
impl From<ConstantScoreQuery> for Queries
sourcefn from(q: ConstantScoreQuery) -> Self
fn from(q: ConstantScoreQuery) -> Self
Converts to this type from the input type.
sourceimpl From<DisMaxQuery> for Queries
impl From<DisMaxQuery> for Queries
sourcefn from(q: DisMaxQuery) -> Self
fn from(q: DisMaxQuery) -> Self
Converts to this type from the input type.
sourceimpl From<DistanceFeatureQuery<DateTime<Utc>>> for Queries
impl From<DistanceFeatureQuery<DateTime<Utc>>> for Queries
sourcefn from(q: DistanceFeatureQuery<DateTime<Utc>>) -> Self
fn from(q: DistanceFeatureQuery<DateTime<Utc>>) -> Self
Converts to this type from the input type.
sourceimpl From<DistanceFeatureQuery<GeoPoint>> for Queries
impl From<DistanceFeatureQuery<GeoPoint>> for Queries
sourcefn from(q: DistanceFeatureQuery<GeoPoint>) -> Self
fn from(q: DistanceFeatureQuery<GeoPoint>) -> Self
Converts to this type from the input type.
sourceimpl From<ExistsQuery> for Queries
impl From<ExistsQuery> for Queries
sourcefn from(q: ExistsQuery) -> Self
fn from(q: ExistsQuery) -> Self
Converts to this type from the input type.
sourceimpl From<FunctionScoreQuery> for Queries
impl From<FunctionScoreQuery> for Queries
sourcefn from(q: FunctionScoreQuery) -> Self
fn from(q: FunctionScoreQuery) -> Self
Converts to this type from the input type.
sourceimpl From<FuzzyQuery> for Queries
impl From<FuzzyQuery> for Queries
sourcefn from(q: FuzzyQuery) -> Self
fn from(q: FuzzyQuery) -> Self
Converts to this type from the input type.
sourceimpl From<GeoBoundingBoxQuery> for Queries
impl From<GeoBoundingBoxQuery> for Queries
sourcefn from(q: GeoBoundingBoxQuery) -> Self
fn from(q: GeoBoundingBoxQuery) -> Self
Converts to this type from the input type.
sourceimpl From<GeoDistanceQuery> for Queries
impl From<GeoDistanceQuery> for Queries
sourcefn from(q: GeoDistanceQuery) -> Self
fn from(q: GeoDistanceQuery) -> Self
Converts to this type from the input type.
sourceimpl From<GeoShapeLookupQuery> for Queries
impl From<GeoShapeLookupQuery> for Queries
sourcefn from(q: GeoShapeLookupQuery) -> Self
fn from(q: GeoShapeLookupQuery) -> Self
Converts to this type from the input type.
sourceimpl From<GeoShapeQuery> for Queries
impl From<GeoShapeQuery> for Queries
sourcefn from(q: GeoShapeQuery) -> Self
fn from(q: GeoShapeQuery) -> Self
Converts to this type from the input type.
sourceimpl From<MatchAllQuery> for Queries
impl From<MatchAllQuery> for Queries
sourcefn from(q: MatchAllQuery) -> Self
fn from(q: MatchAllQuery) -> Self
Converts to this type from the input type.
sourceimpl From<MatchBoolPrefixQuery> for Queries
impl From<MatchBoolPrefixQuery> for Queries
sourcefn from(q: MatchBoolPrefixQuery) -> Self
fn from(q: MatchBoolPrefixQuery) -> Self
Converts to this type from the input type.
sourceimpl From<MatchNoneQuery> for Queries
impl From<MatchNoneQuery> for Queries
sourcefn from(q: MatchNoneQuery) -> Self
fn from(q: MatchNoneQuery) -> Self
Converts to this type from the input type.
sourceimpl From<MatchPhrasePrefixQuery> for Queries
impl From<MatchPhrasePrefixQuery> for Queries
sourcefn from(q: MatchPhrasePrefixQuery) -> Self
fn from(q: MatchPhrasePrefixQuery) -> Self
Converts to this type from the input type.
sourceimpl From<MatchPhraseQuery> for Queries
impl From<MatchPhraseQuery> for Queries
sourcefn from(q: MatchPhraseQuery) -> Self
fn from(q: MatchPhraseQuery) -> Self
Converts to this type from the input type.
sourceimpl From<MatchQuery> for Queries
impl From<MatchQuery> for Queries
sourcefn from(q: MatchQuery) -> Self
fn from(q: MatchQuery) -> Self
Converts to this type from the input type.
sourceimpl From<MoreLikeThisQuery> for Queries
impl From<MoreLikeThisQuery> for Queries
sourcefn from(q: MoreLikeThisQuery) -> Self
fn from(q: MoreLikeThisQuery) -> Self
Converts to this type from the input type.
sourceimpl From<MultiMatchQuery> for Queries
impl From<MultiMatchQuery> for Queries
sourcefn from(q: MultiMatchQuery) -> Self
fn from(q: MultiMatchQuery) -> Self
Converts to this type from the input type.
sourceimpl From<NestedQuery> for Queries
impl From<NestedQuery> for Queries
sourcefn from(q: NestedQuery) -> Self
fn from(q: NestedQuery) -> Self
Converts to this type from the input type.
sourceimpl From<PercolateLookupQuery> for Queries
impl From<PercolateLookupQuery> for Queries
sourcefn from(q: PercolateLookupQuery) -> Self
fn from(q: PercolateLookupQuery) -> Self
Converts to this type from the input type.
sourceimpl From<PercolateQuery> for Queries
impl From<PercolateQuery> for Queries
sourcefn from(q: PercolateQuery) -> Self
fn from(q: PercolateQuery) -> Self
Converts to this type from the input type.
sourceimpl From<PinnedQuery> for Queries
impl From<PinnedQuery> for Queries
sourcefn from(q: PinnedQuery) -> Self
fn from(q: PinnedQuery) -> Self
Converts to this type from the input type.
sourceimpl From<PrefixQuery> for Queries
impl From<PrefixQuery> for Queries
sourcefn from(q: PrefixQuery) -> Self
fn from(q: PrefixQuery) -> Self
Converts to this type from the input type.
sourceimpl From<RangeQuery> for Queries
impl From<RangeQuery> for Queries
sourcefn from(q: RangeQuery) -> Self
fn from(q: RangeQuery) -> Self
Converts to this type from the input type.
sourceimpl From<RankFeatureLinearQuery> for Queries
impl From<RankFeatureLinearQuery> for Queries
sourcefn from(q: RankFeatureLinearQuery) -> Self
fn from(q: RankFeatureLinearQuery) -> Self
Converts to this type from the input type.
sourceimpl From<RankFeatureLogarithmQuery> for Queries
impl From<RankFeatureLogarithmQuery> for Queries
sourcefn from(q: RankFeatureLogarithmQuery) -> Self
fn from(q: RankFeatureLogarithmQuery) -> Self
Converts to this type from the input type.
sourceimpl From<RankFeatureQuery> for Queries
impl From<RankFeatureQuery> for Queries
sourcefn from(q: RankFeatureQuery) -> Self
fn from(q: RankFeatureQuery) -> Self
Converts to this type from the input type.
sourceimpl From<RankFeatureSaturationQuery> for Queries
impl From<RankFeatureSaturationQuery> for Queries
sourcefn from(q: RankFeatureSaturationQuery) -> Self
fn from(q: RankFeatureSaturationQuery) -> Self
Converts to this type from the input type.
sourceimpl From<RankFeatureSigmoidQuery> for Queries
impl From<RankFeatureSigmoidQuery> for Queries
sourcefn from(q: RankFeatureSigmoidQuery) -> Self
fn from(q: RankFeatureSigmoidQuery) -> Self
Converts to this type from the input type.
sourceimpl From<RegexpQuery> for Queries
impl From<RegexpQuery> for Queries
sourcefn from(q: RegexpQuery) -> Self
fn from(q: RegexpQuery) -> Self
Converts to this type from the input type.
sourceimpl From<ScriptQuery> for Queries
impl From<ScriptQuery> for Queries
sourcefn from(q: ScriptQuery) -> Self
fn from(q: ScriptQuery) -> Self
Converts to this type from the input type.
sourceimpl From<ScriptScoreQuery> for Queries
impl From<ScriptScoreQuery> for Queries
sourcefn from(q: ScriptScoreQuery) -> Self
fn from(q: ScriptScoreQuery) -> Self
Converts to this type from the input type.
sourceimpl From<ShapeLookupQuery> for Queries
impl From<ShapeLookupQuery> for Queries
sourcefn from(q: ShapeLookupQuery) -> Self
fn from(q: ShapeLookupQuery) -> Self
Converts to this type from the input type.
sourceimpl From<ShapeQuery> for Queries
impl From<ShapeQuery> for Queries
sourcefn from(q: ShapeQuery) -> Self
fn from(q: ShapeQuery) -> Self
Converts to this type from the input type.
sourceimpl From<TermsLookupQuery> for Queries
impl From<TermsLookupQuery> for Queries
sourcefn from(q: TermsLookupQuery) -> Self
fn from(q: TermsLookupQuery) -> Self
Converts to this type from the input type.
sourceimpl From<TermsQuery> for Queries
impl From<TermsQuery> for Queries
sourcefn from(q: TermsQuery) -> Self
fn from(q: TermsQuery) -> Self
Converts to this type from the input type.
sourceimpl From<TermsSetQuery> for Queries
impl From<TermsSetQuery> for Queries
sourcefn from(q: TermsSetQuery) -> Self
fn from(q: TermsSetQuery) -> Self
Converts to this type from the input type.
sourceimpl From<WildcardQuery> for Queries
impl From<WildcardQuery> for Queries
sourcefn from(q: WildcardQuery) -> Self
fn from(q: WildcardQuery) -> Self
Converts to this type from the input type.
sourceimpl From<WrapperQuery> for Queries
impl From<WrapperQuery> for Queries
sourcefn from(q: WrapperQuery) -> Self
fn from(q: WrapperQuery) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for Queries
Auto Trait Implementations
impl RefUnwindSafe for Queries
impl Send for Queries
impl Sync for Queries
impl Unpin for Queries
impl UnwindSafe for Queries
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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