pub struct Subscriber<E: Event> { /* private fields */ }Expand description
A typed event subscriber.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<E> !RefUnwindSafe for Subscriber<E>
impl<E> !UnwindSafe for Subscriber<E>
impl<E> Freeze for Subscriber<E>
impl<E> Send for Subscriber<E>
impl<E> Sync for Subscriber<E>
impl<E> Unpin for Subscriber<E>
impl<E> UnsafeUnpin for Subscriber<E>
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