pub struct ConformanceSuite<'a, P: ProviderUnderTest> { /* private fields */ }Expand description
Runs the shared conformance suite against a provider.
Implementations§
Source§impl<'a, P: ProviderUnderTest> ConformanceSuite<'a, P>
impl<'a, P: ProviderUnderTest> ConformanceSuite<'a, P>
Auto Trait Implementations§
impl<'a, P> Freeze for ConformanceSuite<'a, P>
impl<'a, P> RefUnwindSafe for ConformanceSuite<'a, P>where
P: RefUnwindSafe,
impl<'a, P> Send for ConformanceSuite<'a, P>
impl<'a, P> Sync for ConformanceSuite<'a, P>
impl<'a, P> Unpin for ConformanceSuite<'a, P>
impl<'a, P> UnwindSafe for ConformanceSuite<'a, P>where
P: RefUnwindSafe,
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