Struct rosetta_client::MnemonicStore
source · pub struct MnemonicStore { /* private fields */ }Expand description
Mnemonic storage backend.
On most platforms it will be backed by a file. On wasm it will be backed by local storage.
Implementations§
source§impl MnemonicStore
impl MnemonicStore
Auto Trait Implementations§
impl RefUnwindSafe for MnemonicStore
impl Send for MnemonicStore
impl Sync for MnemonicStore
impl Unpin for MnemonicStore
impl UnwindSafe for MnemonicStore
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