Struct tc_trufflesuite_ganachecli::GanacheCliArgs[][src]

pub struct GanacheCliArgs {
    pub network_id: u32,
    pub number_of_accounts: u32,
    pub mnemonic: String,
}

Fields

Trait Implementations

impl Clone for GanacheCliArgs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for GanacheCliArgs
[src]

Returns the "default value" for a type. Read more

impl IntoIterator for GanacheCliArgs
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations