[][src]Struct bitcoincore_rpc_json::ListUnspentResult

pub struct ListUnspentResult {
    pub txid: Hash,
    pub vout: u32,
    pub address: Address,
    pub script_pub_key: Script,
    pub amount: Amount,
    pub confirmations: u32,
    pub redeem_script: Option<Script>,
    pub spendable: bool,
    pub solvable: bool,
    pub safe: bool,
}

Fields

txid: Hashvout: u32address: Addressscript_pub_key: Scriptamount: Amountconfirmations: u32redeem_script: Option<Script>spendable: boolsolvable: boolsafe: bool

Trait Implementations

impl PartialEq<ListUnspentResult> for ListUnspentResult[src]

impl Clone for ListUnspentResult[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for ListUnspentResult[src]

impl Debug for ListUnspentResult[src]

impl Serialize for ListUnspentResult[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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> Configure for T where
    T: ?Sized
[src]

fn readable(self) -> Readable<Self>[src]

Marks self as using is_human_readable == true

fn compact(self) -> Compact<Self>[src]

Marks self as using is_human_readable == false