Struct ethcore_miner::work_notify::WorkPoster
source · [−]pub struct WorkPoster { /* private fields */ }
Expand description
POSTs info about new work to given urls.
Implementations
sourceimpl WorkPoster
impl WorkPoster
Trait Implementations
sourceimpl NotifyWork for WorkPoster
impl NotifyWork for WorkPoster
Auto Trait Implementations
impl !RefUnwindSafe for WorkPoster
impl Send for WorkPoster
impl Sync for WorkPoster
impl Unpin for WorkPoster
impl !UnwindSafe for WorkPoster
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more