[][src]Struct jlib::message::query::spec_ledger::RequestLedgerResponse

pub struct RequestLedgerResponse {
    pub accepted: bool,
    pub account_hash: String,
    pub close_time: u64,
    pub close_time_human: String,
    pub close_time_resolution: u64,
    pub closed: bool,
    pub hash: String,
    pub ledger_hash: String,
    pub ledger_index: String,
    pub parent_hash: String,
    pub seq_num: String,
    pub total_coins: String,
    pub total_coins_x: String,
    pub transaction_hash: String,
    pub transactions: Option<Vec<String>>,
}

Fields

accepted: boolaccount_hash: Stringclose_time: u64close_time_human: Stringclose_time_resolution: u64closed: boolhash: Stringledger_hash: Stringledger_index: Stringparent_hash: Stringseq_num: Stringtotal_coins: Stringtotal_coins_x: Stringtransaction_hash: Stringtransactions: Option<Vec<String>>

Trait Implementations

impl Debug for RequestLedgerResponse[src]

impl Serialize for RequestLedgerResponse[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<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]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Downcast for T where
    T: Any