pub struct GetRawTransactionResultVout {
pub value: Amount,
pub n: u32,
pub script_pub_key: GetRawTransactionResultVoutScriptPubKey,
}
Fields§
§value: Amount
§n: u32
§script_pub_key: GetRawTransactionResultVoutScriptPubKey
Trait Implementations§
source§impl Clone for GetRawTransactionResultVout
impl Clone for GetRawTransactionResultVout
source§fn clone(&self) -> GetRawTransactionResultVout
fn clone(&self) -> GetRawTransactionResultVout
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 GetRawTransactionResultVout
impl Debug for GetRawTransactionResultVout
source§impl<'de> Deserialize<'de> for GetRawTransactionResultVout
impl<'de> Deserialize<'de> for GetRawTransactionResultVout
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 GetRawTransactionResultVout
impl PartialEq for GetRawTransactionResultVout
source§fn eq(&self, other: &GetRawTransactionResultVout) -> bool
fn eq(&self, other: &GetRawTransactionResultVout) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for GetRawTransactionResultVout
impl StructuralPartialEq for GetRawTransactionResultVout
Auto Trait Implementations§
impl Freeze for GetRawTransactionResultVout
impl RefUnwindSafe for GetRawTransactionResultVout
impl Send for GetRawTransactionResultVout
impl Sync for GetRawTransactionResultVout
impl Unpin for GetRawTransactionResultVout
impl UnwindSafe for GetRawTransactionResultVout
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