pub enum WalletType {
Internal,
External,
Contract,
}
Variants§
Trait Implementations§
Source§impl Clone for WalletType
impl Clone for WalletType
Source§fn clone(&self) -> WalletType
fn clone(&self) -> WalletType
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 Debug for WalletType
impl Debug for WalletType
Source§impl Display for WalletType
impl Display for WalletType
impl Copy for WalletType
Auto Trait Implementations§
impl Freeze for WalletType
impl RefUnwindSafe for WalletType
impl Send for WalletType
impl Sync for WalletType
impl Unpin for WalletType
impl UnwindSafe for WalletType
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