Enum cassandra_cpp::ValueType
[−]
[src]
pub enum ValueType {
UNKNOWN,
CUSTOM,
ASCII,
BIGINT,
BLOB,
BOOLEAN,
COUNTER,
DECIMAL,
DOUBLE,
FLOAT,
INT,
TEXT,
TIMESTAMP,
UUID,
VARCHAR,
VARINT,
TIMEUUID,
INET,
DATE,
TIME,
SMALL_INT,
TINY_INT,
LIST,
MAP,
SET,
UDT,
TUPLE,
}The type of a Cassandra value.
Variants
UNKNOWNCUSTOMASCIIBIGINTBLOBBOOLEANCOUNTERDECIMALDOUBLEFLOATINTTEXTTIMESTAMPUUIDVARCHARVARINTTIMEUUIDINETDATETIMESMALL_INTTINY_INTLISTMAPSETUDTTUPLEMethods
impl ValueType[src]
fn variants() -> &'static [ValueType]
List all the possible values of this enumeration.
Trait Implementations
impl Debug for ValueType[src]
impl Eq for ValueType[src]
impl PartialEq for ValueType[src]
fn eq(&self, __arg_0: &ValueType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Display for ValueType[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more