Struct tower_async_test::builder::Test
source · pub struct Test<In, Out> { /* private fields */ }
Expand description
Defines the test data structure used by the builder, to store internally the registeresd tests.
Trait Implementations§
Auto Trait Implementations§
impl<In, Out> RefUnwindSafe for Test<In, Out>where In: RefUnwindSafe, Out: RefUnwindSafe,
impl<In, Out> Send for Test<In, Out>where In: Send, Out: Send,
impl<In, Out> Sync for Test<In, Out>where In: Sync, Out: Sync,
impl<In, Out> Unpin for Test<In, Out>where In: Unpin, Out: Unpin,
impl<In, Out> UnwindSafe for Test<In, Out>where In: UnwindSafe, Out: UnwindSafe,
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