Struct google_firestore1_beta1::Cursor[][src]

pub struct Cursor {
    pub values: Option<Vec<Value>>,
    pub before: Option<bool>,
}

A position in a query result set.

This type is not used in any activity, and only used as part of another schema.

Fields

The values that represent a position, in the order they appear in the order by clause of a query.

Can contain fewer values than specified in the order by clause.

If the position is just before or just after the given values, relative to the sort order defined by the query.

Trait Implementations

impl Default for Cursor
[src]

Returns the "default value" for a type. Read more

impl Clone for Cursor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Cursor
[src]

Formats the value using the given formatter. Read more

impl Part for Cursor
[src]

Auto Trait Implementations

impl Send for Cursor

impl Sync for Cursor