Module entity::query[][src]

Structs

MapTypedPredicate

Represents a typed Predicate specifically for maps such as std::collections::HashMap, ensuring that only valid conditions are used for a given type.

Query

Represents a generic query to find ents within some database

TypedPredicate

Represents a typed Predicate, ensuring that only valid conditions are used for a given type

Enums

Filter

Represents some filter to apply against an ent when searching through a database

Predicate

Represents an untyped predicate that can be used to inspect a value for some specified condition

Traits

EntQuery

Represents a query interface for some ent