Struct ledger_mob::account::AccountHandle
source · pub struct AccountHandle<T: Device> { /* private fields */ }
Expand description
Handle to a hardware wallet configured with an account index
See DeviceHandle::account to create a AccountHandle
Trait Implementations§
source§impl<T: Clone + Device> Clone for AccountHandle<T>
impl<T: Clone + Device> Clone for AccountHandle<T>
source§fn clone(&self) -> AccountHandle<T>
fn clone(&self) -> AccountHandle<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<T: Device> KeyImageComputer for AccountHandle<T>
impl<T: Device> KeyImageComputer for AccountHandle<T>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for AccountHandle<T>
impl<T> Send for AccountHandle<T>where T: Send,
impl<T> Sync for AccountHandle<T>where T: Send,
impl<T> Unpin for AccountHandle<T>
impl<T> !UnwindSafe for AccountHandle<T>
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