Struct edn::query::Aggregate
[−]
[src]
pub struct Aggregate { pub func: QueryFunction, pub args: Vec<FnArg>, }
Fields
func: QueryFunction
args: Vec<FnArg>
Trait Implementations
impl Debug for Aggregate
[src]
impl Debug for Aggregate
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for Aggregate
[src]
impl Eq for Aggregate
impl PartialEq for Aggregate
[src]
impl PartialEq for Aggregate