Enum bitcoin_utils::AddressType
source · [−]pub enum AddressType {
P2PKH,
P2SH,
P2WPKH,
P2TR,
}
Variants
P2PKH
Pay to pubkey hash.
P2SH
Pay to script hash.
P2WPKH
P2TR
Trait Implementations
sourceimpl Clone for AddressType
impl Clone for AddressType
sourcefn clone(&self) -> AddressType
fn clone(&self) -> AddressType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for AddressType
Auto Trait Implementations
impl RefUnwindSafe for AddressType
impl Send for AddressType
impl Sync for AddressType
impl Unpin for AddressType
impl UnwindSafe for AddressType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more