pub struct TestDatabase { /* private fields */ }
Implementations§
Source§impl TestDatabase
impl TestDatabase
Trait Implementations§
Source§impl DatabaseConnection for TestDatabase
impl DatabaseConnection for TestDatabase
Auto Trait Implementations§
impl Freeze for TestDatabase
impl RefUnwindSafe for TestDatabase
impl Send for TestDatabase
impl Sync for TestDatabase
impl Unpin for TestDatabase
impl UnwindSafe for TestDatabase
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