[][src]Struct lnpbp::bp::dbc::txout::TxoutCommitment

pub struct TxoutCommitment(_);

bitcoin::TxOut containing LNPBP-2 commitment

Trait Implementations

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

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

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

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

impl Clone for TxoutCommitment[src]

impl Debug for TxoutCommitment[src]

impl Default for TxoutCommitment[src]

impl Deref for TxoutCommitment[src]

type Target = Self::Inner

The resulting type after dereferencing.

impl DerefMut for TxoutCommitment[src]

impl Display for TxoutCommitment[src]

impl<MSG> EmbedCommitVerify<MSG> for TxoutCommitment where
    MSG: AsRef<[u8]>, 
[src]

type Container = TxoutContainer

External container type that will be used to host commitment to a message Read more

type Error = Error

Error type that may be reported during [commit_embed] procedure

impl Eq for TxoutCommitment[src]

impl From<TxOut> for TxoutCommitment[src]

impl Hash for TxoutCommitment[src]

impl PartialEq<TxoutCommitment> for TxoutCommitment[src]

impl StructuralEq for TxoutCommitment[src]

impl StructuralPartialEq for TxoutCommitment[src]

impl Wrapper for TxoutCommitment[src]

type Inner = TxOut

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> Same<T> for T

type Output = T

Should always be Self

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,