[][src]Struct keybase_protocol::protocol::stellar1::local::AccountAssetLocal

pub struct AccountAssetLocal {
    pub name: Option<String>,
    pub assetCode: Option<String>,
    pub issuerName: Option<String>,
    pub issuerAccountID: Option<String>,
    pub issuerVerifiedDomain: Option<String>,
    pub balanceTotal: Option<String>,
    pub balanceAvailableToSend: Option<String>,
    pub worthCurrency: Option<String>,
    pub worth: Option<String>,
    pub availableToSendWorth: Option<String>,
    pub reserves: Option<Vec<AccountReserve>>,
    pub desc: Option<String>,
    pub infoUrl: Option<String>,
    pub infoUrlText: Option<String>,
    pub showDepositButton: Option<bool>,
    pub depositButtonText: Option<String>,
    pub showWithdrawButton: Option<bool>,
    pub withdrawButtonText: Option<String>,
}

Fields

name: Option<String>assetCode: Option<String>issuerName: Option<String>issuerAccountID: Option<String>issuerVerifiedDomain: Option<String>balanceTotal: Option<String>balanceAvailableToSend: Option<String>worthCurrency: Option<String>worth: Option<String>availableToSendWorth: Option<String>reserves: Option<Vec<AccountReserve>>desc: Option<String>infoUrl: Option<String>infoUrlText: Option<String>showDepositButton: Option<bool>depositButtonText: Option<String>showWithdrawButton: Option<bool>withdrawButtonText: Option<String>

Trait Implementations

impl Debug for AccountAssetLocal[src]

impl Serialize for AccountAssetLocal[src]

impl<'de> Deserialize<'de> for AccountAssetLocal[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, 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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]