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