Enum cassandra_protocol::frame::frame_result::ColType [−][src]
pub enum ColType {
Show 26 variants
Custom,
Ascii,
Bigint,
Blob,
Boolean,
Counter,
Decimal,
Double,
Float,
Int,
Timestamp,
Uuid,
Varchar,
Varint,
Timeuuid,
Inet,
Date,
Time,
Smallint,
Tinyint,
List,
Map,
Set,
Udt,
Tuple,
Null,
}
Expand description
Cassandra data types which could be returned by a server.
Variants
Custom
Ascii
Bigint
Blob
Boolean
Counter
Decimal
Double
Float
Int
Timestamp
Uuid
Varchar
Varint
Timeuuid
Inet
Date
Time
Smallint
Tinyint
List
Map
Set
Udt
Tuple
Null
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for ColType
impl UnwindSafe for ColType
Blanket Implementations
Mutably borrows from an owned value. Read more