Struct bitcoin_rest::ScriptPubKey [−][src]
pub struct ScriptPubKey { pub asm: String, pub hex: String, pub req_sigs: u32, pub type_: String, pub addresses: Vec<String>, }
Fields
asm: String
hex: String
req_sigs: u32
type_: String
addresses: Vec<String>
Trait Implementations
impl Clone for ScriptPubKey
[src]
impl Clone for ScriptPubKey
[src]fn clone(&self) -> ScriptPubKey
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for ScriptPubKey
[src]
impl<'de> Deserialize<'de> for ScriptPubKey
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Serialize for ScriptPubKey
[src]
impl Serialize for ScriptPubKey
[src]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
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,