Struct xsqlx_db_tester::TestDB
source · pub struct TestDB {
pub server_url: String,
pub dbname: String,
}
Fields§
§server_url: String
§dbname: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TestDB
impl Send for TestDB
impl Sync for TestDB
impl Unpin for TestDB
impl UnwindSafe for TestDB
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