Struct nakamoto_node::client::event::Broadcast
[−]pub struct Broadcast<E, T> { /* private fields */ }Expand description
An event publish/subscribe channel.
Implementations
Trait Implementations
Auto Trait Implementations
impl<E, T> !RefUnwindSafe for Broadcast<E, T>
impl<E, T> Send for Broadcast<E, T>where
T: Send,
impl<E, T> Sync for Broadcast<E, T>where
T: Send,
impl<E, T> Unpin for Broadcast<E, T>
impl<E, T> !UnwindSafe for Broadcast<E, 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