Struct sofa::types::FindQuery[][src]

pub struct FindQuery {
    pub selector: Value,
    pub limit: Option<u64>,
    pub skip: Option<u64>,
    pub sort: Option<SortSpec>,
    pub fields: Option<Vec<String>>,
    pub use_index: Option<IndexSpec>,
}

Find query abstraction

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

impl Clone for FindQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FindQuery

impl Sync for FindQuery