Re-exports§
pub use crate::frame::response::cql_to_rust;
pub use crate::frame::response::cql_to_rust::FromRow;
Deprecated pub use crate::frame::types::Consistency;
Modules§
Macros§
- impl_
from_ cql_ value_ from_ method Deprecated - This macro implements FromCqlVal given a type and method of CqlValue that returns this type.
- impl_
serialize_ row_ via_ value_ list Deprecated - Implements the
SerializeRow
trait for a type, provided that the type already implements the legacyValueList
trait. - impl_
serialize_ value_ via_ value Deprecated - Implements the
SerializeValue
trait for a type, provided that the type already implements the legacyValue
trait.