pub struct Brain(/* private fields */);
Expand description
Simple brainwallet.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Brain
impl Send for Brain
impl Sync for Brain
impl Unpin for Brain
impl UnwindSafe for Brain
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