Struct ethjson::test::BlockSkipStates
source · [−]pub struct BlockSkipStates {
pub reference: String,
pub failing: String,
pub subtests: Vec<String>,
}
Expand description
Block test to skip.
Fields
reference: String
Issue reference.
failing: String
Test failing name.
subtests: Vec<String>
Items failing for the test.
Trait Implementations
sourceimpl Debug for BlockSkipStates
impl Debug for BlockSkipStates
sourceimpl<'de> Deserialize<'de> for BlockSkipStates
impl<'de> Deserialize<'de> for BlockSkipStates
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<BlockSkipStates> for BlockSkipStates
impl PartialEq<BlockSkipStates> for BlockSkipStates
sourcefn eq(&self, other: &BlockSkipStates) -> bool
fn eq(&self, other: &BlockSkipStates) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &BlockSkipStates) -> bool
fn ne(&self, other: &BlockSkipStates) -> bool
This method tests for !=
.
impl StructuralPartialEq for BlockSkipStates
Auto Trait Implementations
impl RefUnwindSafe for BlockSkipStates
impl Send for BlockSkipStates
impl Sync for BlockSkipStates
impl Unpin for BlockSkipStates
impl UnwindSafe for BlockSkipStates
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