[][src]Struct keybase_protocol::protocol::stellar1::remote::PaymentSummaryStellar

pub struct PaymentSummaryStellar {
    pub txID: TransactionID,
    pub from: AccountID,
    pub to: AccountID,
    pub amount: Option<String>,
    pub asset: Asset,
    pub ctime: TimeMs,
    pub cursorToken: Option<String>,
    pub unread: bool,
    pub isInflation: bool,
    pub inflationSource: Option<String>,
    pub sourceAmountMax: Option<String>,
    pub sourceAmountActual: Option<String>,
    pub sourceAsset: Asset,
    pub isAdvanced: bool,
    pub summaryAdvanced: Option<String>,
    pub operations: Option<Vec<String>>,
    pub trustline: Option<PaymentTrustlineLocal>,
}

Fields

txID: TransactionIDfrom: AccountIDto: AccountIDamount: Option<String>asset: Assetctime: TimeMscursorToken: Option<String>unread: boolisInflation: boolinflationSource: Option<String>sourceAmountMax: Option<String>sourceAmountActual: Option<String>sourceAsset: AssetisAdvanced: boolsummaryAdvanced: Option<String>operations: Option<Vec<String>>trustline: Option<PaymentTrustlineLocal>

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]