Struct nakamoto_node::client::event::Emitter
[−]pub struct Emitter<T> { /* private fields */ }Expand description
Publishes an event to all subscribers.
Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Emitter<T>
impl<T> Send for Emitter<T>where
T: Send,
impl<T> Sync for Emitter<T>where
T: Send,
impl<T> Unpin for Emitter<T>
impl<T> UnwindSafe for Emitter<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more