pub struct VoutFormat {
pub scriptpubkey: String,
pub scriptpubkey_asm: String,
pub scriptpubkey_type: String,
pub scriptpubkey_address: Option<String>,
pub value: u32,
}Fields§
§scriptpubkey: String§scriptpubkey_asm: String§scriptpubkey_type: String§scriptpubkey_address: Option<String>§value: u32Trait Implementations§
Source§impl Debug for VoutFormat
impl Debug for VoutFormat
Source§impl<'de> Deserialize<'de> for VoutFormat
impl<'de> Deserialize<'de> for VoutFormat
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
Auto Trait Implementations§
impl Freeze for VoutFormat
impl RefUnwindSafe for VoutFormat
impl Send for VoutFormat
impl Sync for VoutFormat
impl Unpin for VoutFormat
impl UnwindSafe for VoutFormat
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