Struct cassandra_cpp::Value [] [src]

pub struct Value(_);

A single primitive value or a collection of values.

Methods

impl Value
[src]

[src]

Get the raw bytes of this Cassandra value.

[src]

Get the type of this Cassandra value

[src]

Get the data type of this Cassandra value

[src]

Returns true if a specified value is null.

[src]

Returns true if a specified value is a collection.

[src]

Gets this value as a set iterator.

[src]

Gets this value as a map iterator.

[src]

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

[src]

Get this value as a string slice

[src]

Get this value as a string

[src]

Get this value as an Inet

[src]

Get this value as an i32

[src]

Get this value as a u32

[src]

Get this value as an i16

[src]

Get this value as an i8

[src]

Get this value as an i64

[src]

Get this value as a float

[src]

Get this value as a double

[src]

Get this value asa boolean

[src]

Get this value as a UUID

Trait Implementations

impl Send for Value
[src]

impl Sync for Value
[src]

impl Debug for Value
[src]

[src]

Formats the value using the given formatter.

impl Display for Value
[src]

[src]

Formats the value using the given formatter. Read more