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 clould 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§
Auto Trait Implementations§
impl Freeze for ColType
impl RefUnwindSafe for ColType
impl Send for ColType
impl Sync for ColType
impl Unpin for ColType
impl UnwindSafe for ColType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more