Struct sqlx_db_tester::TestPg
source · Fields
server_url: String
dbname: String
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TestPg
impl Send for TestPg
impl Sync for TestPg
impl Unpin for TestPg
impl UnwindSafe for TestPg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more