Struct mentat::QueryOutput [] [src]

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

Fields

Methods

impl QueryOutput
[src]

Important traits for Box<R>

Trait Implementations

impl From<QueryOutput> for QueryResults
[src]

Performs the conversion.

impl Eq for QueryOutput
[src]

impl PartialEq<QueryOutput> 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 Debug for QueryOutput
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for QueryOutput

impl !Sync for QueryOutput