Enum spin_sdk::mysql::DbDataType
source · #[repr(u8)]
pub enum DbDataType {
Show 14 variants
Boolean,
Int8,
Int16,
Int32,
Int64,
Uint8,
Uint16,
Uint32,
Uint64,
Floating32,
Floating64,
Str,
Binary,
Other,
}
Variants§
Trait Implementations§
source§impl Clone for DbDataType
impl Clone for DbDataType
source§fn clone(&self) -> DbDataType
fn clone(&self) -> DbDataType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DbDataType
impl Debug for DbDataType
source§impl PartialEq<DbDataType> for DbDataType
impl PartialEq<DbDataType> for DbDataType
source§fn eq(&self, other: &DbDataType) -> bool
fn eq(&self, other: &DbDataType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.