pub struct ProofOfWorkSolution {
pub nonce: U256,
}
Fields§
§nonce: U256
Trait Implementations§
Source§impl Clone for ProofOfWorkSolution
impl Clone for ProofOfWorkSolution
Source§fn clone(&self) -> ProofOfWorkSolution
fn clone(&self) -> ProofOfWorkSolution
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ProofOfWorkSolution
impl Debug for ProofOfWorkSolution
impl Copy for ProofOfWorkSolution
Auto Trait Implementations§
impl Freeze for ProofOfWorkSolution
impl RefUnwindSafe for ProofOfWorkSolution
impl Send for ProofOfWorkSolution
impl Sync for ProofOfWorkSolution
impl Unpin for ProofOfWorkSolution
impl UnwindSafe for ProofOfWorkSolution
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