Struct google_datastore1::Filter[][src]

pub struct Filter {
    pub composite_filter: Option<CompositeFilter>,
    pub property_filter: Option<PropertyFilter>,
}

A holder for any type of filter.

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

Fields

A composite filter.

A filter on a property.

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