pub enum WalletKeychain {
External,
Internal,
}Expand description
BDK keychain containing a revealed address.
Variants§
Trait Implementations§
Source§impl Clone for WalletKeychain
impl Clone for WalletKeychain
Source§fn clone(&self) -> WalletKeychain
fn clone(&self) -> WalletKeychain
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 moreimpl Copy for WalletKeychain
Source§impl Debug for WalletKeychain
impl Debug for WalletKeychain
impl Eq for WalletKeychain
Source§impl Hash for WalletKeychain
impl Hash for WalletKeychain
Source§impl PartialEq for WalletKeychain
impl PartialEq for WalletKeychain
impl StructuralPartialEq for WalletKeychain
Auto Trait Implementations§
impl Freeze for WalletKeychain
impl RefUnwindSafe for WalletKeychain
impl Send for WalletKeychain
impl Sync for WalletKeychain
impl Unpin for WalletKeychain
impl UnsafeUnpin for WalletKeychain
impl UnwindSafe for WalletKeychain
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