pub enum TestCase<'i> {
Match(TestCaseMatch<'i>),
MatchAll(TestCaseMatchAll<'i>),
Reject(TestCaseReject<'i>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'i> Freeze for TestCase<'i>
impl<'i> RefUnwindSafe for TestCase<'i>
impl<'i> Send for TestCase<'i>
impl<'i> Sync for TestCase<'i>
impl<'i> Unpin for TestCase<'i>
impl<'i> UnwindSafe for TestCase<'i>
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