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
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 more
sourceimpl 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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