Struct bitcoind_request::command::get_raw_transaction::ScriptPubKey
source · [−]pub struct ScriptPubKey {
pub asm: String,
pub hex: String,
pub req_sigs: Option<u64>,
pub type_: String,
pub address: Option<String>,
pub addresses: Option<Vec<String>>,
}Fields
asm: Stringhex: Stringreq_sigs: Option<u64>type_: Stringaddress: Option<String>addresses: Option<Vec<String>>Trait Implementations
sourceimpl Debug for ScriptPubKey
impl Debug for ScriptPubKey
sourceimpl<'de> Deserialize<'de> for ScriptPubKey
impl<'de> Deserialize<'de> for ScriptPubKey
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 Serialize for ScriptPubKey
impl Serialize for ScriptPubKey
Auto Trait Implementations
impl RefUnwindSafe for ScriptPubKey
impl Send for ScriptPubKey
impl Sync for ScriptPubKey
impl Unpin for ScriptPubKey
impl UnwindSafe for ScriptPubKey
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