pub struct AnyEvent(_, _);
Expand description
A dynamic runtime event.
This is a wrapper of Box<dyn Any + Send>
, but saves the underlying type name for better
Debug
impl.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AnyEvent
impl Send for AnyEvent
impl !Sync for AnyEvent
impl Unpin for AnyEvent
impl !UnwindSafe for AnyEvent
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