pub enum AddressScheme {
Unified,
Dual,
}Expand description
Address derivation mode for a wallet account.
Variants§
Trait Implementations§
Source§impl Clone for AddressScheme
impl Clone for AddressScheme
Source§fn clone(&self) -> AddressScheme
fn clone(&self) -> AddressScheme
Returns a duplicate 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 AddressScheme
impl Debug for AddressScheme
Source§impl PartialEq for AddressScheme
impl PartialEq for AddressScheme
impl Copy for AddressScheme
impl Eq for AddressScheme
impl StructuralPartialEq for AddressScheme
Auto Trait Implementations§
impl Freeze for AddressScheme
impl RefUnwindSafe for AddressScheme
impl Send for AddressScheme
impl Sync for AddressScheme
impl Unpin for AddressScheme
impl UnsafeUnpin for AddressScheme
impl UnwindSafe for AddressScheme
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