Module value

Source
Expand description

Contains the SerializeValue trait and its implementations.

Structs§

BuiltinSerializationError
Serialization of one of the built-in types failed.
BuiltinTypeCheckError
Type checking of one of the built-in types failed.

Enums§

BuiltinSerializationErrorKind
Describes why serialization of some of the built-in types has failed.
BuiltinTypeCheckErrorKind
Describes why type checking some of the built-in types has failed.
MapSerializationErrorKind
Describes why serialization of a map type failed.
MapTypeCheckErrorKind
Describes why type checking of a map type failed.
SetOrListSerializationErrorKind
Describes why serialization of a set or list type failed.
SetOrListTypeCheckErrorKind
Describes why type checking of a set or list type failed.
TupleSerializationErrorKind
Describes why serialize of a tuple failed.
TupleTypeCheckErrorKind
Describes why type checking of a tuple failed.
UdtSerializationErrorKind
Describes why serialization of a user defined type failed.
UdtTypeCheckErrorKind
Describes why type checking of a user defined type failed.

Traits§

SerializeValue
A type that can be serialized and sent along with a CQL statement.