Struct google_firestore1_beta1::FieldFilter[][src]

pub struct FieldFilter {
    pub field: Option<FieldReference>,
    pub value: Option<Value>,
    pub op: Option<String>,
}

A filter on a specific field.

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

Fields

The field to filter by.

The value to compare to.

The operator to filter by.

Trait Implementations

impl Default for FieldFilter
[src]

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

impl Clone for FieldFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FieldFilter
[src]

Formats the value using the given formatter. Read more

impl Part for FieldFilter
[src]

Auto Trait Implementations

impl Send for FieldFilter

impl Sync for FieldFilter