Struct mentat_query_projector::QueryOutput [] [src]

pub struct QueryOutput {
    pub spec: Rc<FindSpec>,
    pub results: QueryResults,
}

Fields

Methods

impl QueryOutput
[src]

Trait Implementations

impl Debug for QueryOutput
[src]

Formats the value using the given formatter. Read more

impl PartialEq for QueryOutput
[src]

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

This method tests for !=.

impl Eq for QueryOutput
[src]

impl From<QueryOutput> for QueryResults
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for QueryOutput

impl !Sync for QueryOutput