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