Structs§
- Represents an counter value
- Native CQL date representation that allows for a bigger range of dates (-262145-1-1 to 262143-12-31).
- Native CQL
decimal
representation. - Represents a CQL Duration value
- Native CQL time representation.
- Native CQL timestamp representation that allows full supported timestamp range.
- Represents timeuuid (uuid V1) value
- Native CQL
varint
representation. - Legacy
Batch Values First Serialized Deprecated Allows reusing already-serialized first value - Legacy
Batch Values From Iter Deprecated ImplementsBatchValues
from anIterator
over references to things that implementValueList
- Legacy
Batch Values Iterator From Iterator Deprecated ImplementsBatchValuesIterator
from anIterator
over references to things that implementValueList
- Legacy
Serialized Values Deprecated Keeps a buffer with serialized Values Allows adding new Values and iterating over serialized ones - Legacy
Serialized Values Iterator Deprecated - Tuple
Values Iter Deprecated - Represents an unset value
- Value
TooBig Deprecated
Enums§
- Enum providing a way to represent a value that might be unset
- Serialize
Values Error Deprecated
Traits§
- Legacy
Batch Values Deprecated Represents List of ValueList for Batch statement - Legacy
Batch Values Iterator Deprecated An iterator-like forValueList
- Value
Deprecated Every value being sent in a query must implement this trait serialize() should write the Value as bytes to the provided buffer - Value
List Deprecated Represents list of values to be sent in a query gets serialized and but into request
Type Aliases§
- Serialized
Result Deprecated