Enum cdrs::types::value::ValueType [] [src]

pub enum ValueType {
    Normal(i32),
    Null,
    NotSet,
}

Types of Cassandra value: normal value (bits), null value and not-set value

Variants

Trait Implementations

impl IntoBytes for ValueType
[src]

It should convert a struct into an array of bytes.