Struct ethers_core::utils::moonbeam::MoonbeamDev
source · pub struct MoonbeamDev { /* private fields */ }
Expand description
Holds private developer keys with their names
Implementations§
source§impl MoonbeamDev
impl MoonbeamDev
Trait Implementations§
source§impl Clone for MoonbeamDev
impl Clone for MoonbeamDev
source§fn clone(&self) -> MoonbeamDev
fn clone(&self) -> MoonbeamDev
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 MoonbeamDev
impl Debug for MoonbeamDev
Auto Trait Implementations§
impl RefUnwindSafe for MoonbeamDev
impl Send for MoonbeamDev
impl Sync for MoonbeamDev
impl Unpin for MoonbeamDev
impl UnwindSafe for MoonbeamDev
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