Struct gapi_grpc::google::spanner::v1::commit_response::CommitStats[][src]

pub struct CommitStats {
    pub mutation_count: i64,
}

Additional statistics about a commit.

Fields

mutation_count: i64

The total number of mutations for the transaction. Knowing the mutation_count value can help you maximize the number of mutations in a transaction and minimize the number of API round trips. You can also monitor this value to prevent transactions from exceeding the system limit. If the number of mutations exceeds the limit, the server returns INVALID_ARGUMENT.

Trait Implementations

impl Clone for CommitStats[src]

impl Debug for CommitStats[src]

impl Default for CommitStats[src]

impl Message for CommitStats[src]

impl PartialEq<CommitStats> for CommitStats[src]

impl StructuralPartialEq for CommitStats[src]

Auto Trait Implementations

impl RefUnwindSafe for CommitStats

impl Send for CommitStats

impl Sync for CommitStats

impl Unpin for CommitStats

impl UnwindSafe for CommitStats

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]