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