pub struct Map(_);
Expand description

A Cassandra Map

Trait Implementations

binds a rust type to C* by index

binds a rust type to C* by name

Gets the data type of a collection.

Appends a “tinyint” to the collection.

Appends an “smallint” to the collection.

Appends an “int” to the collection.

Appends a “date” to the collection.

Appends a “bigint”, “counter”, “timestamp” or “time” to the collection.

Appends a “float” to the collection.

Appends a “double” to the collection.

Appends a “boolean” to the collection.

Appends an “ascii”, “text” or “varchar” to the collection.

Appends a “blob”, “varint” or “custom” to the collection.

Appends a “uuid” or “timeuuid” to the collection.

Appends an “inet” to the collection.

Appends a “list” to the collection.

Appends a “set” to the collection.

Appends a “map” to the collection.

Appends a “tuple” to the collection.

Appends a “udt” to the collection.

The type of value held by this collection

Creates a new collection, specifying a capacity which will be used as a size hint to avoid re-allocations of the collection internally. Read more

Creates a new collection from an existing data type.

Creates a new collection.

Formats the value using the given formatter. Read more

Executes the destructor for this type. 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.

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.