Struct bitcoind_request::command::get_raw_transaction::Vout
source · [−]pub struct Vout {
pub value: f64,
pub n: u64,
pub script_pub_key: ScriptPubKey,
pub req_sigs: Option<u64>,
pub address: Option<String>,
pub addresses: Option<Vec<String>>,
}Fields
value: f64n: u64script_pub_key: ScriptPubKeyreq_sigs: Option<u64>address: Option<String>addresses: Option<Vec<String>>Trait Implementations
sourceimpl<'de> Deserialize<'de> for Vout
impl<'de> Deserialize<'de> for Vout
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
Auto Trait Implementations
impl RefUnwindSafe for Vout
impl Send for Vout
impl Sync for Vout
impl Unpin for Vout
impl UnwindSafe for Vout
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