Type Alias ccp_shared::types::DifficultyInner
source · pub type DifficultyInner = [u8; 32];
Trait Implementations§
source§impl PartialEq<Difficulty> for DifficultyInner
impl PartialEq<Difficulty> for DifficultyInner
source§fn eq(&self, other: &Difficulty) -> bool
fn eq(&self, other: &Difficulty) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<Difficulty> for DifficultyInner
impl PartialOrd<Difficulty> for DifficultyInner
source§fn partial_cmp(&self, other: &Difficulty) -> Option<Ordering>
fn partial_cmp(&self, other: &Difficulty) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more