pub struct AccountStore { /* private fields */ }Expand description
Persistence for the account list.
Implementations§
Source§impl AccountStore
impl AccountStore
Trait Implementations§
Source§impl Clone for AccountStore
impl Clone for AccountStore
Source§fn clone(&self) -> AccountStore
fn clone(&self) -> AccountStore
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for AccountStore
impl !UnwindSafe for AccountStore
impl Freeze for AccountStore
impl Send for AccountStore
impl Sync for AccountStore
impl Unpin for AccountStore
impl UnsafeUnpin for AccountStore
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