Struct ethjson::test::StateSkipSubStates
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 StateSkipSubStates
impl Debug for StateSkipSubStates
sourceimpl<'de> Deserialize<'de> for StateSkipSubStates
impl<'de> Deserialize<'de> for StateSkipSubStates
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<StateSkipSubStates> for StateSkipSubStates
impl PartialEq<StateSkipSubStates> for StateSkipSubStates
sourcefn eq(&self, other: &StateSkipSubStates) -> bool
fn eq(&self, other: &StateSkipSubStates) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &StateSkipSubStates) -> bool
fn ne(&self, other: &StateSkipSubStates) -> bool
This method tests for !=
.
impl StructuralPartialEq for StateSkipSubStates
Auto Trait Implementations
impl RefUnwindSafe for StateSkipSubStates
impl Send for StateSkipSubStates
impl Sync for StateSkipSubStates
impl Unpin for StateSkipSubStates
impl UnwindSafe for StateSkipSubStates
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