pub struct ScriptPubkey { /* private fields */ }
Expand description
A single script pubkey
Implementations§
Trait Implementations§
Source§impl Clone for ScriptPubkey
impl Clone for ScriptPubkey
Source§fn clone(&self) -> ScriptPubkey
fn clone(&self) -> ScriptPubkey
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 ScriptPubkey
impl Debug for ScriptPubkey
Source§impl Drop for ScriptPubkey
impl Drop for ScriptPubkey
Source§impl TryFrom<&[u8]> for ScriptPubkey
impl TryFrom<&[u8]> for ScriptPubkey
impl Send for ScriptPubkey
impl Sync for ScriptPubkey
Auto Trait Implementations§
impl Freeze for ScriptPubkey
impl RefUnwindSafe for ScriptPubkey
impl Unpin for ScriptPubkey
impl UnwindSafe for ScriptPubkey
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