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
sourceimpl Clone for GetRawTransactionResultVout
impl Clone for GetRawTransactionResultVout
sourcefn clone(&self) -> GetRawTransactionResultVout
fn clone(&self) -> GetRawTransactionResultVout
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 GetRawTransactionResultVout
impl Debug for GetRawTransactionResultVout
sourceimpl<'de> Deserialize<'de> for GetRawTransactionResultVout
impl<'de> Deserialize<'de> for GetRawTransactionResultVout
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<GetRawTransactionResultVout> for GetRawTransactionResultVout
impl PartialEq<GetRawTransactionResultVout> for GetRawTransactionResultVout
sourcefn eq(&self, other: &GetRawTransactionResultVout) -> bool
fn eq(&self, other: &GetRawTransactionResultVout) -> bool
impl Eq for GetRawTransactionResultVout
impl StructuralEq for GetRawTransactionResultVout
impl StructuralPartialEq for GetRawTransactionResultVout
Auto Trait Implementations
impl RefUnwindSafe for GetRawTransactionResultVout
impl Send for GetRawTransactionResultVout
impl Sync for GetRawTransactionResultVout
impl Unpin for GetRawTransactionResultVout
impl UnwindSafe for GetRawTransactionResultVout
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