[][src]Struct keybase_protocol::protocol::chat1::chat_ui::UIPaymentInfo

pub struct UIPaymentInfo {
    pub accountID: Option<AccountID>,
    pub amountDescription: Option<String>,
    pub worth: Option<String>,
    pub worthAtSendTime: Option<String>,
    pub delta: Option<BalanceDelta>,
    pub note: Option<String>,
    pub paymentID: Option<PaymentID>,
    pub status: Option<PaymentStatus>,
    pub statusDescription: Option<String>,
    pub statusDetail: Option<String>,
    pub showCancel: Option<bool>,
    pub fromUsername: Option<String>,
    pub toUsername: Option<String>,
    pub sourceAmount: Option<String>,
    pub sourceAsset: Option<Asset>,
    pub issuerDescription: Option<String>,
}

Fields

accountID: Option<AccountID>amountDescription: Option<String>worth: Option<String>worthAtSendTime: Option<String>delta: Option<BalanceDelta>note: Option<String>paymentID: Option<PaymentID>status: Option<PaymentStatus>statusDescription: Option<String>statusDetail: Option<String>showCancel: Option<bool>fromUsername: Option<String>toUsername: Option<String>sourceAmount: Option<String>sourceAsset: Option<Asset>issuerDescription: Option<String>

Trait Implementations

impl Debug for UIPaymentInfo[src]

impl Serialize for UIPaymentInfo[src]

impl<'de> Deserialize<'de> for UIPaymentInfo[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]