pub struct ChainDifficulty(pub u64);
Tuple Fields§
§0: u64
Trait Implementations§
Source§impl Clone for ChainDifficulty
impl Clone for ChainDifficulty
Source§fn clone(&self) -> ChainDifficulty
fn clone(&self) -> ChainDifficulty
Returns a duplicate 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 ChainDifficulty
impl Debug for ChainDifficulty
Source§impl Decode for ChainDifficulty
impl Decode for ChainDifficulty
Source§impl PartialEq for ChainDifficulty
impl PartialEq for ChainDifficulty
impl Eq for ChainDifficulty
impl StructuralPartialEq for ChainDifficulty
Auto Trait Implementations§
impl Freeze for ChainDifficulty
impl RefUnwindSafe for ChainDifficulty
impl Send for ChainDifficulty
impl Sync for ChainDifficulty
impl Unpin for ChainDifficulty
impl UnwindSafe for ChainDifficulty
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