Enum mentat::query::QueryResults [] [src]

pub enum QueryResults {
    Scalar(Option<Binding>),
    Tuple(Option<Vec<Binding>>),
    Coll(Vec<Binding>),
    Rel(RelResult<Binding>),
}

Variants

Methods

impl QueryResults
[src]

Trait Implementations

impl Clone for QueryResults
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<QueryOutput> for QueryResults
[src]

Performs the conversion.

impl Eq for QueryResults
[src]

impl PartialEq<QueryResults> for QueryResults
[src]

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

This method tests for !=.

impl Debug for QueryResults
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for QueryResults

impl Sync for QueryResults