Enum sqlite_tiny::api::types::SqliteType
source · pub enum SqliteType {
Null,
Integer(i64),
Real(f64),
Text(String),
Blob(Vec<u8>),
}
Expand description
An SQLite convertible type
Variants§
Trait Implementations§
source§impl Clone for SqliteType
impl Clone for SqliteType
source§fn clone(&self) -> SqliteType
fn clone(&self) -> SqliteType
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 SqliteType
impl Debug for SqliteType
source§impl PartialEq for SqliteType
impl PartialEq for SqliteType
source§fn eq(&self, other: &SqliteType) -> bool
fn eq(&self, other: &SqliteType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&[u8]> for SqliteType
impl TryFrom<&[u8]> for SqliteType
source§impl TryFrom<&str> for SqliteType
impl TryFrom<&str> for SqliteType
source§impl TryFrom<String> for SqliteType
impl TryFrom<String> for SqliteType
source§impl TryFrom<f32> for SqliteType
impl TryFrom<f32> for SqliteType
source§impl TryFrom<f64> for SqliteType
impl TryFrom<f64> for SqliteType
source§impl TryFrom<i128> for SqliteType
impl TryFrom<i128> for SqliteType
source§impl TryFrom<i16> for SqliteType
impl TryFrom<i16> for SqliteType
source§impl TryFrom<i32> for SqliteType
impl TryFrom<i32> for SqliteType
source§impl TryFrom<i64> for SqliteType
impl TryFrom<i64> for SqliteType
source§impl TryFrom<i8> for SqliteType
impl TryFrom<i8> for SqliteType
source§impl TryFrom<isize> for SqliteType
impl TryFrom<isize> for SqliteType
source§impl TryFrom<u128> for SqliteType
impl TryFrom<u128> for SqliteType
source§impl TryFrom<u16> for SqliteType
impl TryFrom<u16> for SqliteType
source§impl TryFrom<u32> for SqliteType
impl TryFrom<u32> for SqliteType
source§impl TryFrom<u64> for SqliteType
impl TryFrom<u64> for SqliteType
source§impl TryFrom<u8> for SqliteType
impl TryFrom<u8> for SqliteType
source§impl TryFrom<usize> for SqliteType
impl TryFrom<usize> for SqliteType
source§impl TryInto<String> for SqliteType
impl TryInto<String> for SqliteType
source§impl TryInto<f64> for SqliteType
impl TryInto<f64> for SqliteType
source§impl TryInto<i128> for SqliteType
impl TryInto<i128> for SqliteType
source§impl TryInto<i16> for SqliteType
impl TryInto<i16> for SqliteType
source§impl TryInto<i32> for SqliteType
impl TryInto<i32> for SqliteType
source§impl TryInto<i64> for SqliteType
impl TryInto<i64> for SqliteType
source§impl TryInto<i8> for SqliteType
impl TryInto<i8> for SqliteType
source§impl TryInto<isize> for SqliteType
impl TryInto<isize> for SqliteType
source§impl TryInto<u128> for SqliteType
impl TryInto<u128> for SqliteType
source§impl TryInto<u16> for SqliteType
impl TryInto<u16> for SqliteType
source§impl TryInto<u32> for SqliteType
impl TryInto<u32> for SqliteType
source§impl TryInto<u64> for SqliteType
impl TryInto<u64> for SqliteType
source§impl TryInto<u8> for SqliteType
impl TryInto<u8> for SqliteType
source§impl TryInto<usize> for SqliteType
impl TryInto<usize> for SqliteType
impl StructuralPartialEq for SqliteType
Auto Trait Implementations§
impl Freeze for SqliteType
impl RefUnwindSafe for SqliteType
impl Send for SqliteType
impl Sync for SqliteType
impl Unpin for SqliteType
impl UnwindSafe for SqliteType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)