[][src]Struct nimiq_account::PrunedAccount

pub struct PrunedAccount {
    pub address: Address,
    pub account: Account,
}

Fields

address: Addressaccount: Account

Trait Implementations

impl Clone for PrunedAccount[src]

impl Eq for PrunedAccount[src]

impl Ord for PrunedAccount[src]

impl PartialEq<PrunedAccount> for PrunedAccount[src]

impl PartialOrd<PrunedAccount> for PrunedAccount[src]

impl Debug for PrunedAccount[src]

impl StructuralEq for PrunedAccount[src]

impl SerializeContent for PrunedAccount[src]

impl Hash for PrunedAccount[src]

impl Serialize for PrunedAccount[src]

impl Deserialize for PrunedAccount[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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<T> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<H> SerializeContent for H where
    H: HashOutput
[src]

impl<H> Hash for H where
    H: HashOutput
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Erased for T