Struct bitcoincore_rpc_json::GetTxOutResult
source · pub struct GetTxOutResult {
pub bestblock: BlockHash,
pub confirmations: u32,
pub value: Amount,
pub script_pub_key: GetRawTransactionResultVoutScriptPubKey,
pub coinbase: bool,
}
Fields§
§bestblock: BlockHash
§confirmations: u32
§value: Amount
§script_pub_key: GetRawTransactionResultVoutScriptPubKey
§coinbase: bool
Trait Implementations§
source§impl Clone for GetTxOutResult
impl Clone for GetTxOutResult
source§fn clone(&self) -> GetTxOutResult
fn clone(&self) -> GetTxOutResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetTxOutResult
impl Debug for GetTxOutResult
source§impl<'de> Deserialize<'de> for GetTxOutResult
impl<'de> Deserialize<'de> for GetTxOutResult
source§fn 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
source§impl PartialEq for GetTxOutResult
impl PartialEq for GetTxOutResult
source§fn eq(&self, other: &GetTxOutResult) -> bool
fn eq(&self, other: &GetTxOutResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for GetTxOutResult
impl Serialize for GetTxOutResult
impl Eq for GetTxOutResult
impl StructuralPartialEq for GetTxOutResult
Auto Trait Implementations§
impl Freeze for GetTxOutResult
impl RefUnwindSafe for GetTxOutResult
impl Send for GetTxOutResult
impl Sync for GetTxOutResult
impl Unpin for GetTxOutResult
impl UnwindSafe for GetTxOutResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more