pub enum DbActiveConnection {
Rusqlite(Connection),
}Expand description
Represents an active database connection
Variants§
Rusqlite(Connection)
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DbActiveConnection
impl !RefUnwindSafe for DbActiveConnection
impl !Sync for DbActiveConnection
impl !UnwindSafe for DbActiveConnection
impl Send for DbActiveConnection
impl Unpin for DbActiveConnection
impl UnsafeUnpin for DbActiveConnection
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