[][src]Struct keybase_protocol::protocol::stellar1::common::Asset

pub struct Asset {
    pub ty: Option<String>,
    pub code: Option<String>,
    pub issuer: Option<String>,
    pub verifiedDomain: Option<String>,
    pub issuerName: Option<String>,
    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>,
    pub withdrawType: Option<String>,
    pub transferServer: Option<String>,
    pub authEndpoint: Option<String>,
}

Fields

ty: Option<String>code: Option<String>issuer: Option<String>verifiedDomain: Option<String>issuerName: Option<String>desc: Option<String>infoUrl: Option<String>infoUrlText: Option<String>showDepositButton: Option<bool>depositButtonText: Option<String>showWithdrawButton: Option<bool>withdrawButtonText: Option<String>withdrawType: Option<String>transferServer: Option<String>authEndpoint: Option<String>

Trait Implementations

impl Debug for Asset[src]

impl Serialize for Asset[src]

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

Auto Trait Implementations

impl Send for Asset

impl Unpin for Asset

impl Sync for Asset

impl UnwindSafe for Asset

impl RefUnwindSafe for Asset

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]