pub struct SqliteConnection<E>{ /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<E> !Freeze for SqliteConnection<E>
impl<E> !RefUnwindSafe for SqliteConnection<E>
impl<E> Send for SqliteConnection<E>where
E: Send,
impl<E> !Sync for SqliteConnection<E>
impl<E> Unpin for SqliteConnection<E>where
E: Unpin,
impl<E> !UnwindSafe for SqliteConnection<E>
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