Struct google_firestore1_beta1::UnaryFilter[][src]

pub struct UnaryFilter {
    pub field: Option<FieldReference>,
    pub op: Option<String>,
}

A filter with a single operand.

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

Fields

The field to which to apply the operator.

The unary operator to apply.

Trait Implementations

impl Default for UnaryFilter
[src]

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

impl Clone for UnaryFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UnaryFilter
[src]

Formats the value using the given formatter. Read more

impl Part for UnaryFilter
[src]

Auto Trait Implementations

impl Send for UnaryFilter

impl Sync for UnaryFilter