Struct parity_rpc::v1::signer::EngineSigner
source · [−]pub struct EngineSigner { /* private fields */ }
Expand description
An implementation of EngineSigner using internal account management.
Implementations
sourceimpl EngineSigner
impl EngineSigner
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for EngineSigner
impl Send for EngineSigner
impl Sync for EngineSigner
impl Unpin for EngineSigner
impl !UnwindSafe for EngineSigner
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