[][src]Struct komodo_rpc_client::Detail

pub struct Detail {
    pub account: String,
    pub address: String,
    pub category: String,
    pub amount: f64,
    pub fee: Option<f64>,
    pub vout: u32,
    pub involves_watchonly: Option<bool>,
    pub abandoned: Option<bool>,
    pub size: u32,
}

Fields

account: Stringaddress: Stringcategory: Stringamount: f64fee: Option<f64>vout: u32involves_watchonly: Option<bool>abandoned: Option<bool>size: u32

Trait Implementations

impl Debug for Detail[src]

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

impl Serialize for Detail[src]

Auto Trait Implementations

impl RefUnwindSafe for Detail

impl Send for Detail

impl Sync for Detail

impl Unpin for Detail

impl UnwindSafe for Detail

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> Erased for T

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.