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

pub struct ValidateStellarURIResultLocal {
    pub operation: Option<String>,
    pub originDomain: Option<String>,
    pub message: Option<String>,
    pub callbackURL: Option<String>,
    pub xdr: Option<String>,
    pub summary: Option<TxDisplaySummary>,
    pub recipient: Option<String>,
    pub amount: Option<String>,
    pub assetCode: Option<String>,
    pub assetIssuer: Option<String>,
    pub memo: Option<String>,
    pub memoType: Option<String>,
    pub displayAmountFiat: Option<String>,
    pub availableToSendNative: Option<String>,
    pub availableToSendFiat: Option<String>,
    pub signed: Option<bool>,
}

Fields

operation: Option<String>originDomain: Option<String>message: Option<String>callbackURL: Option<String>xdr: Option<String>summary: Option<TxDisplaySummary>recipient: Option<String>amount: Option<String>assetCode: Option<String>assetIssuer: Option<String>memo: Option<String>memoType: Option<String>displayAmountFiat: Option<String>availableToSendNative: Option<String>availableToSendFiat: Option<String>signed: Option<bool>

Trait Implementations

impl Debug for ValidateStellarURIResultLocal[src]

impl Serialize for ValidateStellarURIResultLocal[src]

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