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 Debug for ValueType
[src]

Formats the value using the given formatter.

impl Clone for ValueType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl IntoBytes for ValueType
[src]

It should convert a struct into an array of bytes.