Struct google_firestore1_beta1::Filter[][src]

pub struct Filter {
    pub unary_filter: Option<UnaryFilter>,
    pub field_filter: Option<FieldFilter>,
    pub composite_filter: Option<CompositeFilter>,
}

A filter.

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

Fields

A filter that takes exactly one argument.

A filter on a document field.

A composite filter.

Trait Implementations

impl Default for Filter
[src]

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

impl Clone for Filter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Filter
[src]

Formats the value using the given formatter. Read more

impl Part for Filter
[src]

Auto Trait Implementations

impl Send for Filter

impl Sync for Filter