Struct ethjson::test::ChainTests
source · [−]pub struct ChainTests {
pub path: PathBuf,
pub skip: Vec<ChainTestSkip>,
}
Expand description
A set of blockchain tests
Fields
path: PathBuf
Path of the json tests
skip: Vec<ChainTestSkip>
Tests to skip
Trait Implementations
sourceimpl Debug for ChainTests
impl Debug for ChainTests
sourceimpl<'de> Deserialize<'de> for ChainTests
impl<'de> Deserialize<'de> for ChainTests
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 PartialEq<ChainTests> for ChainTests
impl PartialEq<ChainTests> for ChainTests
sourcefn eq(&self, other: &ChainTests) -> bool
fn eq(&self, other: &ChainTests) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ChainTests) -> bool
fn ne(&self, other: &ChainTests) -> bool
This method tests for !=
.
impl StructuralPartialEq for ChainTests
Auto Trait Implementations
impl RefUnwindSafe for ChainTests
impl Send for ChainTests
impl Sync for ChainTests
impl Unpin for ChainTests
impl UnwindSafe for ChainTests
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