pub enum ScriptPubKeyTag {}Expand description
A script public key (scriptPubKey).
Trait Implementations§
Source§impl Clone for ScriptPubKeyTag
impl Clone for ScriptPubKeyTag
Source§fn clone(&self) -> ScriptPubKeyTag
fn clone(&self) -> ScriptPubKeyTag
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 Hash for ScriptPubKeyTag
impl Hash for ScriptPubKeyTag
Source§impl Ord for ScriptPubKeyTag
impl Ord for ScriptPubKeyTag
Source§fn cmp(&self, other: &ScriptPubKeyTag) -> Ordering
fn cmp(&self, other: &ScriptPubKeyTag) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ScriptPubKeyTag
impl PartialEq for ScriptPubKeyTag
Source§impl PartialOrd for ScriptPubKeyTag
impl PartialOrd for ScriptPubKeyTag
impl Eq for ScriptPubKeyTag
impl ScriptHashableTag for ScriptPubKeyTag
impl StructuralPartialEq for ScriptPubKeyTag
impl Tag for ScriptPubKeyTag
Auto Trait Implementations§
impl Freeze for ScriptPubKeyTag
impl RefUnwindSafe for ScriptPubKeyTag
impl Send for ScriptPubKeyTag
impl Sync for ScriptPubKeyTag
impl Unpin for ScriptPubKeyTag
impl UnsafeUnpin for ScriptPubKeyTag
impl UnwindSafe for ScriptPubKeyTag
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