Struct rgb::stash::AnchorId[][src]

pub struct AnchorId(_);

Unique anchor identifier equivalent to the anchor commitment hash

Trait Implementations

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

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

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

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

impl Clone for AnchorId[src]

impl<MSG> CommitVerify<MSG> for AnchorId where
    MSG: AsRef<[u8]>, 
[src]

impl Copy for AnchorId[src]

impl Debug for AnchorId[src]

impl Default for AnchorId[src]

impl Deref for AnchorId[src]

type Target = Self::Inner

The resulting type after dereferencing.

impl DerefMut for AnchorId[src]

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

impl Display for AnchorId[src]

impl Eq for AnchorId[src]

impl From<Hash<AnchorIdTag>> for AnchorId[src]

impl Hash for AnchorId[src]

impl Index<Range<usize>> for AnchorId[src]

type Output = <Self::Inner as Index<Range<usize>>>::Output

The returned type after indexing.

impl Index<RangeFrom<usize>> for AnchorId[src]

type Output = <Self::Inner as Index<RangeFrom<usize>>>::Output

The returned type after indexing.

impl Index<RangeFull> for AnchorId[src]

type Output = <Self::Inner as Index<RangeFull>>::Output

The returned type after indexing.

impl Index<RangeTo<usize>> for AnchorId[src]

type Output = <Self::Inner as Index<RangeTo<usize>>>::Output

The returned type after indexing.

impl Index<usize> for AnchorId[src]

type Output = <Self::Inner as Index<usize>>::Output

The returned type after indexing.

impl LowerHex for AnchorId[src]

impl Ord for AnchorId[src]

impl PartialEq<AnchorId> for AnchorId[src]

impl PartialOrd<AnchorId> for AnchorId[src]

impl Serialize for AnchorId[src]

impl Strategy for AnchorId[src]

impl StructuralEq for AnchorId[src]

impl StructuralPartialEq for AnchorId[src]

impl Wrapper for AnchorId[src]

type Inner = Hash<AnchorIdTag>

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

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

impl<T, Tag> FromBech32IdStr<Tag> for T where
    T: HashType<Tag>,
    Tag: Tag
[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<'a, U, T> TaggedHash<'a, T> for U where
    T: 'a + Tag,
    U: Wrapper<Inner = Hash<T>>, 
[src]

impl<T, Tag> ToBech32IdString<Tag> for T where
    T: HashType<Tag>,
    Tag: Tag
[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> 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>,