Struct rgb::contract::value::BlindingFactor[][src]

pub struct BlindingFactor(_);

Proof for Pedersen commitment: a blinding key

Trait Implementations

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

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

impl AsRef<[u8]> for BlindingFactor[src]

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

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

impl Clone for BlindingFactor[src]

impl Copy for BlindingFactor[src]

impl Debug for BlindingFactor[src]

impl Deref for BlindingFactor[src]

type Target = Self::Inner

The resulting type after dereferencing.

impl DerefMut for BlindingFactor[src]

impl<'de> Deserialize<'de> for BlindingFactor[src]

impl Display for BlindingFactor[src]

impl Eq for BlindingFactor[src]

impl From<SecretKey> for BlindingFactor[src]

impl From<Slice32> for BlindingFactor[src]

impl FromHex for BlindingFactor[src]

impl FromStr for BlindingFactor[src]

type Err = <Self::Inner as FromStr>::Err

The associated error which can be returned from parsing.

impl Hash for BlindingFactor[src]

impl LowerHex for BlindingFactor[src]

impl Ord for BlindingFactor[src]

impl PartialEq<BlindingFactor> for BlindingFactor[src]

impl PartialOrd<BlindingFactor> for BlindingFactor[src]

impl Serialize for BlindingFactor[src]

impl StrictDecode for BlindingFactor[src]

impl StrictEncode for BlindingFactor[src]

impl StructuralEq for BlindingFactor[src]

impl StructuralPartialEq for BlindingFactor[src]

impl UpperHex for BlindingFactor[src]

impl Wrapper for BlindingFactor[src]

type Inner = Slice32

Inner type wrapped by the current newtype

Auto Trait Implementations

Blanket Implementations

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

impl<T> AsBech32Payload for T where
    T: AsRef<[u8]>, 
[src]

impl<T> Base32Len for T where
    T: AsRef<[u8]>, 
[src]

impl<T> Bech32DataString for T where
    T: AsPayload, 
[src]

impl<T> Bech32ZipString for T where
    T: AsPayload, 
[src]

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

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

impl<'f, T> CheckBase32<Vec<u5, Global>> for T where
    T: AsRef<[u8]>, 
[src]

type Err = Error

Error type if conversion fails

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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> ToBase32 for T where
    T: AsRef<[u8]>, 
[src]

impl<T> ToHex for T where
    T: LowerHex
[src]

pub fn to_hex(&self) -> String[src]

Outputs the hash in hexadecimal form

impl<T> ToHex for T where
    T: AsRef<[u8]>, 
[src]

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>,