Struct teaclave_test_utils::AsyncTestCase
source · [−]Tuple Fields
0: String
1: fn() -> BoxFuture<'static, ()>
Trait Implementations
impl Collect for AsyncTestCase
Auto Trait Implementations
impl RefUnwindSafe for AsyncTestCase
impl Send for AsyncTestCase
impl Sync for AsyncTestCase
impl Unpin for AsyncTestCase
impl UnwindSafe for AsyncTestCase
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