Crate scylla_cql
source ·Re-exports§
pub use crate::frame::response::cql_to_rust;
pub use crate::frame::response::cql_to_rust::FromRow;
Deprecatedpub use crate::frame::types::Consistency;
Modules§
Macros§
- impl_from_cql_value_from_methodDeprecatedThis macro implements FromCqlVal given a type and method of CqlValue that returns this type.
- impl_serialize_row_via_value_listDeprecatedImplements the
SerializeRow
trait for a type, provided that the type already implements the legacyValueList
trait. - impl_serialize_value_via_valueDeprecatedImplements the
SerializeValue
trait for a type, provided that the type already implements the legacyValue
trait.