pub struct ArkAddress { /* private fields */ }Implementations§
Source§impl ArkAddress
impl ArkAddress
pub fn to_p2tr_script_pubkey(&self) -> ScriptBuf
Trait Implementations§
Source§impl Clone for ArkAddress
impl Clone for ArkAddress
Source§fn clone(&self) -> ArkAddress
fn clone(&self) -> ArkAddress
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 ArkAddress
impl Debug for ArkAddress
Source§impl Display for ArkAddress
impl Display for ArkAddress
impl Copy for ArkAddress
Auto Trait Implementations§
impl Freeze for ArkAddress
impl RefUnwindSafe for ArkAddress
impl Send for ArkAddress
impl Sync for ArkAddress
impl Unpin for ArkAddress
impl UnwindSafe for ArkAddress
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