Struct edn::query::Aggregate [] [src]

pub struct Aggregate {
    pub func: QueryFunction,
    pub args: Vec<FnArg>,
}

Fields

Trait Implementations

impl Debug for Aggregate
[src]

Formats the value using the given formatter. Read more

impl Eq for Aggregate
[src]

impl PartialEq for Aggregate
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl !Send for Aggregate

impl !Sync for Aggregate