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