Struct edn::query::Aggregate
[−]
[src]
pub struct Aggregate { pub func: QueryFunction, pub args: Vec<FnArg>, }
Fields
func: QueryFunction
args: Vec<FnArg>
Trait Implementations
impl Clone for Aggregate
[src]
fn clone(&self) -> Aggregate
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for Aggregate
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more