Struct cfxkey::BrainPrefix
source · pub struct BrainPrefix { /* private fields */ }
Expand description
Tries to find brain-seed keypair with address starting with given prefix.
Implementations§
Trait Implementations§
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§
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