Struct cassandra_cpp::Value [] [src]

pub struct Value(_);

A single primitive value or a collection of values.

Methods

impl Value
[src]

Get the raw bytes of this Cassandra value.

Get the type of this Cassandra value

Get the data type of this Cassandra value

Returns true if a specified value is null.

Returns true if a specified value is a collection.

Gets this value as a set iterator.

Gets this value as a map iterator.

Gets an iterator over the fields of the user type in this column or errors if you ask for the wrong type

Get this value as a string slice

Get this value as a string

Get this value as an Inet

Get this value as an i32

Get this value as a u32

Get this value as an i16

Get this value as an i8

Get this value as an i64

Get this value as a float

Get this value as a double

Get this value asa boolean

Get this value as a UUID

Trait Implementations

impl Debug for Value
[src]

Formats the value using the given formatter.

impl Display for Value
[src]

Formats the value using the given formatter. Read more