Struct ethjson::test::DifficultyTest
source · [−]pub struct DifficultyTest(_);
Expand description
Blockchain test deserializer.
Implementations
sourceimpl DifficultyTest
impl DifficultyTest
Trait Implementations
sourceimpl Debug for DifficultyTest
impl Debug for DifficultyTest
sourceimpl<'de> Deserialize<'de> for DifficultyTest
impl<'de> Deserialize<'de> for DifficultyTest
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl IntoIterator for DifficultyTest
impl IntoIterator for DifficultyTest
type Item = <BTreeMap<String, DifficultyTestCase> as IntoIterator>::Item
type Item = <BTreeMap<String, DifficultyTestCase> as IntoIterator>::Item
The type of the elements being iterated over.
type IntoIter = <BTreeMap<String, DifficultyTestCase> as IntoIterator>::IntoIter
type IntoIter = <BTreeMap<String, DifficultyTestCase> as IntoIterator>::IntoIter
Which kind of iterator are we turning this into?
sourceimpl PartialEq<DifficultyTest> for DifficultyTest
impl PartialEq<DifficultyTest> for DifficultyTest
sourcefn eq(&self, other: &DifficultyTest) -> bool
fn eq(&self, other: &DifficultyTest) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &DifficultyTest) -> bool
fn ne(&self, other: &DifficultyTest) -> bool
This method tests for !=
.
impl StructuralPartialEq for DifficultyTest
Auto Trait Implementations
impl RefUnwindSafe for DifficultyTest
impl Send for DifficultyTest
impl Sync for DifficultyTest
impl Unpin for DifficultyTest
impl UnwindSafe for DifficultyTest
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