[][src]Enum private_currency::api::ProofDescription

pub enum ProofDescription {
    WalletsTable,
    Wallet,
    History,
    UnacceptedTransfers,
}

Description of a part of a WalletProof.

Used in VerifyError.

Variants

MapProof from the state_hash mentioned in the block header, to the wallets table.

MapProof from the wallets table to a specific wallet.

ListProof for wallet history.

MapProof for unaccepted transfers.

Trait Implementations

impl Clone for ProofDescription
[src]

Performs copy-assignment from source. Read more

impl Copy for ProofDescription
[src]

impl Eq for ProofDescription
[src]

impl PartialEq<ProofDescription> for ProofDescription
[src]

This method tests for !=.

impl Display for ProofDescription
[src]

impl Debug for ProofDescription
[src]

impl Hash for ProofDescription
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for ProofDescription

impl Sync for ProofDescription

Blanket Implementations

impl<T> From for T
[src]

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

impl<T> Erased for T

impl<T> Erased for T

impl<Q, K> Equivalent for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> Same for T

Should always be Self