Struct ethjson::test::StateSkipSubStates1
source · [−]Expand description
State subtest to skip.
Fields
subnumbers: Vec<String>
State test number of this item. Or ‘*’ for all state.
chain: String
Chain for this items.
Trait Implementations
sourceimpl Debug for StateSkipSubStates1
impl Debug for StateSkipSubStates1
sourceimpl<'de> Deserialize<'de> for StateSkipSubStates1
impl<'de> Deserialize<'de> for StateSkipSubStates1
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<StateSkipSubStates1> for StateSkipSubStates1
impl PartialEq<StateSkipSubStates1> for StateSkipSubStates1
sourcefn eq(&self, other: &StateSkipSubStates1) -> bool
fn eq(&self, other: &StateSkipSubStates1) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &StateSkipSubStates1) -> bool
fn ne(&self, other: &StateSkipSubStates1) -> bool
This method tests for !=
.
impl StructuralPartialEq for StateSkipSubStates1
Auto Trait Implementations
impl RefUnwindSafe for StateSkipSubStates1
impl Send for StateSkipSubStates1
impl Sync for StateSkipSubStates1
impl Unpin for StateSkipSubStates1
impl UnwindSafe for StateSkipSubStates1
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