[][src]Struct firestore_grpc_cloudrun::ExistenceFilter

pub struct ExistenceFilter {
    pub target_id: i32,
    pub count: i32,
}

A digest of all the documents that match a given target.

Fields

target_id: i32

The target ID to which this filter applies.

count: i32

The total count of documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id].

If different from the count of documents in the client that match, the client must manually determine which documents no longer match the target.

Trait Implementations

impl Clone for ExistenceFilter[src]

impl Debug for ExistenceFilter[src]

impl Default for ExistenceFilter[src]

impl Message for ExistenceFilter[src]

impl PartialEq<ExistenceFilter> for ExistenceFilter[src]

impl StructuralPartialEq for ExistenceFilter[src]

Auto Trait Implementations

impl RefUnwindSafe for ExistenceFilter

impl Send for ExistenceFilter

impl Sync for ExistenceFilter

impl Unpin for ExistenceFilter

impl UnwindSafe for ExistenceFilter

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]