Struct ethcore_stratum::Stratum
source · [−]pub struct Stratum { /* private fields */ }
Expand description
Container which owns rpc server and stratum implementation
Implementations
Trait Implementations
sourceimpl PushWorkHandler for Stratum
impl PushWorkHandler for Stratum
sourcefn push_work_all(&self, payload: String)
fn push_work_all(&self, payload: String)
push the same work package for all workers (payload
: json of pow-specific set of work specification)
Auto Trait Implementations
impl !RefUnwindSafe for Stratum
impl Send for Stratum
impl Sync for Stratum
impl Unpin for Stratum
impl !UnwindSafe for Stratum
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