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