Struct wallet::TapScript[][src]

pub struct TapScript(_);

Any valid branch of Tapscript (BIP-342)

Trait Implementations

impl AsMut<<TapScript as Wrapper>::Inner> for TapScript[src]

impl AsRef<<TapScript as Wrapper>::Inner> for TapScript[src]

impl Borrow<<TapScript as Wrapper>::Inner> for TapScript[src]

impl BorrowMut<<TapScript as Wrapper>::Inner> for TapScript[src]

impl Clone for TapScript[src]

impl Debug for TapScript[src]

impl Default for TapScript[src]

impl Deref for TapScript[src]

type Target = Self::Inner

The resulting type after dereferencing.

impl DerefMut for TapScript[src]

impl Display for TapScript[src]

impl Eq for TapScript[src]

impl From<Script> for TapScript[src]

impl Hash for TapScript[src]

impl LowerHex for TapScript[src]

impl Ord for TapScript[src]

impl PartialEq<TapScript> for TapScript[src]

impl PartialOrd<TapScript> for TapScript[src]

impl Strategy for TapScript[src]

impl StructuralEq for TapScript[src]

impl StructuralPartialEq for TapScript[src]

impl UpperHex for TapScript[src]

impl Wrapper for TapScript[src]

type Inner = Script

Inner type wrapped by the current newtype

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToHex for T where
    T: LowerHex

pub fn to_hex(&self) -> String

Outputs the hash in hexadecimal form

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.