Re-exports§
pub use query::Query;pub use query::Target;pub use super::ExpressionError;pub use super::Resolved;
Modules§
Structs§
- Abort
- Array
- Assignment
- Block
- Container
- Function
Argument - Function
Call - Group
- IfStatement
- Noop
- Not
- Object
- Op
- Predicate
- Return
- Unary
- Variable
Enums§
Traits§
- Expression
- Expression
Ext - Function
Expression - A trait similar to
Expression, but simplified specifically for functions. The main difference is this trait prevents mutation of variables both at runtime and compile time.