Struct bitcoincore_rpc_json::GetTxOutResult 
source · pub struct GetTxOutResult {
    pub bestblock: Sha256dHash,
    pub confirmations: usize,
    pub value: Amount,
    pub script_pub_key: GetRawTransactionResultVoutScriptPubKey,
    pub coinbase: bool,
}Fields
bestblock: Sha256dHashconfirmations: usizevalue: Amountscript_pub_key: GetRawTransactionResultVoutScriptPubKeycoinbase: boolTrait Implementations
sourceimpl Clone for GetTxOutResult
 
impl Clone for GetTxOutResult
sourcefn clone(&self) -> GetTxOutResult
 
fn clone(&self) -> GetTxOutResult
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for GetTxOutResult
 
impl Debug for GetTxOutResult
sourceimpl<'de> Deserialize<'de> for GetTxOutResult
 
impl<'de> Deserialize<'de> for GetTxOutResult
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<GetTxOutResult> for GetTxOutResult
 
impl PartialEq<GetTxOutResult> for GetTxOutResult
sourcefn eq(&self, other: &GetTxOutResult) -> bool
 
fn eq(&self, other: &GetTxOutResult) -> bool
sourceimpl Serialize for GetTxOutResult
 
impl Serialize for GetTxOutResult
impl Eq for GetTxOutResult
impl StructuralEq for GetTxOutResult
impl StructuralPartialEq for GetTxOutResult
Auto Trait Implementations
impl RefUnwindSafe for GetTxOutResult
impl Send for GetTxOutResult
impl Sync for GetTxOutResult
impl Unpin for GetTxOutResult
impl UnwindSafe for GetTxOutResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more