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