pub struct Value(_);
Expand description

A single primitive value or a collection of values.

Implementations

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

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.