Struct nakamoto_node::client::Publisher
source · [−]pub struct Publisher<E> { /* private fields */ }Expand description
The client’s event publisher.
Implementations
Trait Implementations
Auto Trait Implementations
impl<E> !RefUnwindSafe for Publisher<E>
impl<E> Send for Publisher<E>
impl<E> Sync for Publisher<E>
impl<E> Unpin for Publisher<E>
impl<E> !UnwindSafe for Publisher<E>
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