Skip to main content

Module mutation

Module mutation 

Source
Expand description

Write mutations and transaction commit binders.

Structsยง

Mutation
Represents an individual table modification to be applied to Cloud Spanner.
MutationGroup
A group of mutations that are applied atomically in a crate::batch::BatchWriteTransaction.
ValueBinder
A binder that associates a column name with a value within a WriteBuilder.
WriteBuilder
A builder for constructing Write mutations fluently.