Struct dubp_wallet::prelude::UtxoIdV10[][src]

pub struct UtxoIdV10 {
    pub tx_hash: Hash,
    pub output_index: usize,
}

Fields

tx_hash: Hashoutput_index: usize

Trait Implementations

impl Clone for UtxoIdV10[src]

impl Copy for UtxoIdV10[src]

impl Debug for UtxoIdV10[src]

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

impl Display for UtxoIdV10[src]

impl Eq for UtxoIdV10[src]

impl Hash for UtxoIdV10[src]

impl PartialEq<UtxoIdV10> for UtxoIdV10[src]

impl Serialize for UtxoIdV10[src]

impl StructuralEq for UtxoIdV10[src]

impl StructuralPartialEq for UtxoIdV10[src]

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