pub enum RsdbcType {
Show 24 variants
Char,
Varchar,
Nchar,
Nvarchar,
Clob,
Nclob,
Boolean,
Varbinary,
Blob,
Integer,
Tinyint,
Smallint,
Bigint,
Numeric,
Decimal,
Float,
Real,
Double,
Date,
Time,
TimeWithTimeZone,
Timestamp,
TimestampWithTimeZone,
Collection,
}Variants§
Char
Varchar
Nchar
Nvarchar
Clob
Nclob
Boolean
Varbinary
Blob
Integer
Tinyint
Smallint
Bigint
Numeric
Decimal
Float
Real
Double
Date
Time
TimeWithTimeZone
Timestamp
TimestampWithTimeZone
Collection
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RsdbcType
impl RefUnwindSafe for RsdbcType
impl Send for RsdbcType
impl Sync for RsdbcType
impl Unpin for RsdbcType
impl UnwindSafe for RsdbcType
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