Struct openethereum::account::ListAccounts
source · [−]Fields
path: String
spec: SpecType
Trait Implementations
sourceimpl Debug for ListAccounts
impl Debug for ListAccounts
sourceimpl PartialEq<ListAccounts> for ListAccounts
impl PartialEq<ListAccounts> for ListAccounts
sourcefn eq(&self, other: &ListAccounts) -> bool
fn eq(&self, other: &ListAccounts) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ListAccounts) -> bool
fn ne(&self, other: &ListAccounts) -> bool
This method tests for !=
.
impl StructuralPartialEq for ListAccounts
Auto Trait Implementations
impl RefUnwindSafe for ListAccounts
impl Send for ListAccounts
impl Sync for ListAccounts
impl Unpin for ListAccounts
impl UnwindSafe for ListAccounts
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