pub struct GanacheCliArgs {
pub network_id: u32,
pub number_of_accounts: u32,
pub mnemonic: String,
}Available on crate feature
trufflesuite_ganachecli only.Fields§
§network_id: u32§number_of_accounts: u32§mnemonic: StringTrait Implementations§
source§impl Clone for GanacheCliArgs
impl Clone for GanacheCliArgs
source§fn clone(&self) -> GanacheCliArgs
fn clone(&self) -> GanacheCliArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GanacheCliArgs
impl Debug for GanacheCliArgs
source§impl Default for GanacheCliArgs
impl Default for GanacheCliArgs
source§impl ImageArgs for GanacheCliArgs
impl ImageArgs for GanacheCliArgs
Auto Trait Implementations§
impl RefUnwindSafe for GanacheCliArgs
impl Send for GanacheCliArgs
impl Sync for GanacheCliArgs
impl Unpin for GanacheCliArgs
impl UnwindSafe for GanacheCliArgs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more