Struct gapi_grpc::google::firestore::bundle::BundleElement[][src]

pub struct BundleElement {
    pub element_type: Option<ElementType>,
}

A Firestore bundle is a length-prefixed stream of JSON representations of BundleElement. Only one BundleMetadata is expected, and it should be the first element. The named queries follow after metadata. Every document_metadata is immediately followed by a document.

Fields

element_type: Option<ElementType>

Trait Implementations

impl Clone for BundleElement[src]

impl Debug for BundleElement[src]

impl Default for BundleElement[src]

impl Message for BundleElement[src]

impl PartialEq<BundleElement> for BundleElement[src]

impl StructuralPartialEq for BundleElement[src]

Auto Trait Implementations

impl RefUnwindSafe for BundleElement

impl Send for BundleElement

impl Sync for BundleElement

impl Unpin for BundleElement

impl UnwindSafe for BundleElement

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> 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]