pub enum SqliteTypes {
Int,
FLoat,
Blob,
Null,
Text,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for SqliteTypes
impl RefUnwindSafe for SqliteTypes
impl Send for SqliteTypes
impl Sync for SqliteTypes
impl Unpin for SqliteTypes
impl UnsafeUnpin for SqliteTypes
impl UnwindSafe for SqliteTypes
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