Struct ethkey::BrainPrefix
source · [−]pub struct BrainPrefix { /* private fields */ }
Expand description
Tries to find brain-seed keypair with address starting with given prefix.
Implementations
sourceimpl BrainPrefix
impl BrainPrefix
Auto Trait Implementations
impl RefUnwindSafe for BrainPrefix
impl Send for BrainPrefix
impl Sync for BrainPrefix
impl Unpin for BrainPrefix
impl UnwindSafe for BrainPrefix
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