pub enum SqlType {
}Variants§
Int
Int2
Int4
Int8
Smallint
Integer
Bigint
Float4
Float8
Real
Double
Boolean
Bool
Varchar(Option<u64>)
Char(Option<u64>)
Text
Utf8
Blob
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SqlType
impl RefUnwindSafe for SqlType
impl Send for SqlType
impl Sync for SqlType
impl Unpin for SqlType
impl UnsafeUnpin for SqlType
impl UnwindSafe for SqlType
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