Struct sqlx_core_oldapi::testing::TestFixture  
source · pub struct TestFixture {
    pub path: &'static str,
    pub contents: &'static str,
}Fields§
§path: &'static str§contents: &'static strAuto Trait Implementations§
impl RefUnwindSafe for TestFixture
impl Send for TestFixture
impl Sync for TestFixture
impl Unpin for TestFixture
impl UnwindSafe for TestFixture
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