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