Struct fog_pack::query::Query [−][src]
pub struct Query { /* fields omitted */ }Expand description
For querying Entries.
A Query contains a single validator and a key, which may be used for querying a set of Entries. Entries that pass the validator can be returned as the query results.
Queries are not meant to be used without associated context; they should be provided alongside information about what Document they are being used to query.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Query
impl UnwindSafe for Query
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self