pub struct ClientMiner { /* private fields */ }
Expand description
The miner used for PoW
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClientMiner
impl RefUnwindSafe for ClientMiner
impl Send for ClientMiner
impl Sync for ClientMiner
impl Unpin for ClientMiner
impl UnwindSafe for ClientMiner
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more