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

pub struct BuildPaymentResLocal {
    pub readyToReview: Option<bool>,
    pub from: Option<AccountID>,
    pub toErrMsg: Option<String>,
    pub amountErrMsg: Option<String>,
    pub secretNoteErrMsg: Option<String>,
    pub publicMemoErrMsg: Option<String>,
    pub worthDescription: Option<String>,
    pub worthInfo: Option<String>,
    pub worthAmount: Option<String>,
    pub worthCurrency: Option<String>,
    pub displayAmountXLM: Option<String>,
    pub displayAmountFiat: Option<String>,
    pub sendingIntentionXLM: Option<bool>,
    pub amountAvailable: Option<String>,
    pub banners: Option<Vec<SendBannerLocal>>,
}

Fields

readyToReview: Option<bool>from: Option<AccountID>toErrMsg: Option<String>amountErrMsg: Option<String>secretNoteErrMsg: Option<String>publicMemoErrMsg: Option<String>worthDescription: Option<String>worthInfo: Option<String>worthAmount: Option<String>worthCurrency: Option<String>displayAmountXLM: Option<String>displayAmountFiat: Option<String>sendingIntentionXLM: Option<bool>amountAvailable: Option<String>banners: Option<Vec<SendBannerLocal>>

Trait Implementations

impl Debug for BuildPaymentResLocal[src]

impl Serialize for BuildPaymentResLocal[src]

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