Struct ethjson::test::ExecutiveTests  
source · [−]pub struct ExecutiveTests {
    pub path: PathBuf,
}Expand description
A set of executive tests
Fields
path: PathBufPath of the json tests
Trait Implementations
sourceimpl Debug for ExecutiveTests
 
impl Debug for ExecutiveTests
sourceimpl<'de> Deserialize<'de> for ExecutiveTests
 
impl<'de> Deserialize<'de> for ExecutiveTests
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<ExecutiveTests> for ExecutiveTests
 
impl PartialEq<ExecutiveTests> for ExecutiveTests
sourcefn eq(&self, other: &ExecutiveTests) -> bool
 
fn eq(&self, other: &ExecutiveTests) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ExecutiveTests) -> bool
 
fn ne(&self, other: &ExecutiveTests) -> bool
This method tests for !=.
impl StructuralPartialEq for ExecutiveTests
Auto Trait Implementations
impl RefUnwindSafe for ExecutiveTests
impl Send for ExecutiveTests
impl Sync for ExecutiveTests
impl Unpin for ExecutiveTests
impl UnwindSafe for ExecutiveTests
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