Struct edn::query::ParsedQuery [] [src]

pub struct ParsedQuery {
    pub find_spec: FindSpec,
    pub default_source: SrcVar,
    pub with: Vec<Variable>,
    pub in_vars: Vec<Variable>,
    pub in_sources: BTreeSet<SrcVar>,
    pub limit: Limit,
    pub where_clauses: Vec<WhereClause>,
    pub order: Option<Vec<Order>>,
}

Fields

Trait Implementations

impl Debug for ParsedQuery
[src]

Formats the value using the given formatter. Read more

impl Eq for ParsedQuery
[src]

impl PartialEq for ParsedQuery
[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 ParsedQuery

impl !Sync for ParsedQuery