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