pub enum TestOutcomeReportEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestOutcomeReportEvent
impl RefUnwindSafe for TestOutcomeReportEvent
impl Send for TestOutcomeReportEvent
impl Sync for TestOutcomeReportEvent
impl Unpin for TestOutcomeReportEvent
impl UnwindSafe for TestOutcomeReportEvent
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