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

pub struct BundleMetadata {
    pub id: String,
    pub create_time: Option<Timestamp>,
    pub version: u32,
    pub total_documents: u32,
    pub total_bytes: u64,
}

Metadata describing the bundle file/stream.

Fields

id: String

The ID of the bundle.

create_time: Option<Timestamp>

Time at which the documents snapshot is taken for this bundle.

version: u32

The schema version of the bundle.

total_documents: u32

The number of documents in the bundle.

total_bytes: u64

The size of the bundle in bytes, excluding this BundleMetadata.

Trait Implementations

impl Clone for BundleMetadata[src]

impl Debug for BundleMetadata[src]

impl Default for BundleMetadata[src]

impl Message for BundleMetadata[src]

impl PartialEq<BundleMetadata> for BundleMetadata[src]

impl StructuralPartialEq for BundleMetadata[src]

Auto Trait Implementations

impl RefUnwindSafe for BundleMetadata

impl Send for BundleMetadata

impl Sync for BundleMetadata

impl Unpin for BundleMetadata

impl UnwindSafe for BundleMetadata

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]