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
find_spec: FindSpec
default_source: SrcVar
with: Vec<Variable>
in_vars: Vec<Variable>
in_sources: BTreeSet<SrcVar>
limit: Limit
where_clauses: Vec<WhereClause>
order: Option<Vec<Order>>
Trait Implementations
impl Debug for ParsedQuery
[src]
impl Debug for ParsedQuery
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 ParsedQuery
[src]
impl Eq for ParsedQuery
impl PartialEq for ParsedQuery
[src]
impl PartialEq for ParsedQuery
fn eq(&self, __arg_0: &ParsedQuery) -> bool
[src]
fn eq(&self, __arg_0: &ParsedQuery) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ParsedQuery) -> bool
[src]
fn ne(&self, __arg_0: &ParsedQuery) -> bool
This method tests for !=
.
Auto Trait Implementations
impl !Send for ParsedQuery
impl !Send for ParsedQuery
impl !Sync for ParsedQuery
impl !Sync for ParsedQuery