Module scylla_cql::types::serialize::batch
source · Expand description
Contains the BatchValues
and BatchValuesIterator
trait and their
implementations.
Structs§
- Implements
BatchValues
from anIterator
over references to things that implementSerializeRow
- Implements
BatchValuesIterator
from anIterator
over references to things that implementSerializeRow
- LegacyBatchValuesAdapterDeprecatedA newtype wrapper which adjusts an existing types that implement
LegacyBatchValues
to the currentBatchValues
API. - LegacyBatchValuesIteratorAdapterDeprecatedA newtype wrapper which adjusts an existing types that implement
LegacyBatchValuesIterator
to the currentBatchValuesIterator
API. - A
BatchValuesIterator
over a tuple.
Traits§
- Represents a list of sets of values for a batch statement.
- An
Iterator
-like object over the values from the parentBatchValues
object.