Struct syn_query::QueryResult[][src]

pub struct QueryResult<T, R> { /* fields omitted */ }

Methods

impl<T: Queryable, R: Queryable> QueryResult<T, R>
[src]

Trait Implementations

impl<T: Debug, R: Debug> Debug for QueryResult<T, R>
[src]

Formats the value using the given formatter. Read more

impl<T: Clone, R: Clone> Clone for QueryResult<T, R>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Queryable, R: Queryable> OpsIndex<usize> for QueryResult<T, R>
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl<T: Queryable, R: Queryable> IntoIterator for QueryResult<T, R>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations

impl<T, R> Send for QueryResult<T, R> where
    R: Send,
    T: Send

impl<T, R> Sync for QueryResult<T, R> where
    R: Sync,
    T: Sync