pub struct Event<P, R> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<P, R> Freeze for Event<P, R>
impl<P, R> !RefUnwindSafe for Event<P, R>
impl<P, R> Send for Event<P, R>
impl<P, R> Sync for Event<P, R>
impl<P, R> Unpin for Event<P, R>
impl<P, R> !UnwindSafe for Event<P, R>
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