Struct cassandra_cpp::UserType

source ·
pub struct UserType(_);
Expand description

A user defined type

Implementations

Gets the data type of a user defined type.

Sets a null in a user defined type at the specified index.

Sets a null in a user defined type at the specified name.

Sets a “tinyint” in a user defined type at the specified index.

Sets a “tinyint” in a user defined type at the specified name.

Sets an “smallint” in a user defined type at the specified index.

Sets an “smallint” in a user defined type at the specified name.

Sets an “int” in a user defined type at the specified index.

Sets an “int” in a user defined type at the specified name.

Sets a “date” in a user defined type at the specified index.

Sets a “date” in a user defined type at the specified name.

Sets an “bigint”, “counter”, “timestamp” or “time” in a user defined type at the specified index.

Sets an “bigint”, “counter”, “timestamp” or “time” in a user defined type at the specified name.

Sets a “float” in a user defined type at the specified index.

Sets a “float” in a user defined type at the specified name.

Sets an “double” in a user defined type at the specified index.

Sets an “double” in a user defined type at the specified name.

Sets a “boolean” in a user defined type at the specified index.

Sets a “boolean” in a user defined type at the specified name.

Sets an “ascii”, “text” or “varchar” in a user defined type at the specified index.

Sets an “ascii”, “text” or “varchar” in a user defined type at the specified name.

Sets a “blob” “varint” or “custom” in a user defined type at the specified index.

Sets a “blob”, “varint” or “custom” in a user defined type at the specified name.

Sets a “uuid” or “timeuuid” in a user defined type at the specified index.

Sets a “uuid” or “timeuuid” in a user defined type at the specified name.

Sets a “inet” in a user defined type at the specified index.

Sets a “inet” in a user defined type at the specified name.

Sets a list in a user defined type at the specified index.

Sets a list in a user defined type at the specified name.

Sets a map in a user defined type at the specified index.

Sets a map in a user defined type at the specified name.

Sets a “set” in a user defined type at the specified index.

Sets a “set” in a user defined type at the specified name.

Sets a “tuple” in a user defined type at the specified index.

Sets a “tuple” in a user defined type at the specified name.

Sets a user defined type in a user defined type at the specified index.

Sets a user defined type in a user defined type at the specified name.

Trait Implementations

binds a rust type to C* by index
binds a rust type to C* by name
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.