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