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