pub enum ScriptSigTag {}Expand description
A script signature (scriptSig).
Trait Implementations§
Source§impl Clone for ScriptSigTag
impl Clone for ScriptSigTag
Source§fn clone(&self) -> ScriptSigTag
fn clone(&self) -> ScriptSigTag
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 ScriptSigTag
impl Hash for ScriptSigTag
Source§impl Ord for ScriptSigTag
impl Ord for ScriptSigTag
Source§fn cmp(&self, other: &ScriptSigTag) -> Ordering
fn cmp(&self, other: &ScriptSigTag) -> 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 ScriptSigTag
impl PartialEq for ScriptSigTag
Source§impl PartialOrd for ScriptSigTag
impl PartialOrd for ScriptSigTag
impl Eq for ScriptSigTag
impl StructuralPartialEq for ScriptSigTag
impl Tag for ScriptSigTag
Auto Trait Implementations§
impl Freeze for ScriptSigTag
impl RefUnwindSafe for ScriptSigTag
impl Send for ScriptSigTag
impl Sync for ScriptSigTag
impl Unpin for ScriptSigTag
impl UnsafeUnpin for ScriptSigTag
impl UnwindSafe for ScriptSigTag
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