pub struct TransactionOutput {
pub value: Integer,
pub script_pubkey: ByteString,
}Expand description
Transaction Output: ๐ฏ = โค ร ๐
Fieldsยง
ยงvalue: Integerยงscript_pubkey: ByteStringTrait Implementationsยง
Sourceยงimpl Clone for TransactionOutput
impl Clone for TransactionOutput
Sourceยงfn clone(&self) -> TransactionOutput
fn clone(&self) -> TransactionOutput
Returns a duplicate 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 Debug for TransactionOutput
impl Debug for TransactionOutput
Sourceยงimpl<'de> Deserialize<'de> for TransactionOutput
impl<'de> Deserialize<'de> for TransactionOutput
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 TransactionOutput
impl PartialEq for TransactionOutput
Sourceยงimpl Serialize for TransactionOutput
impl Serialize for TransactionOutput
impl Eq for TransactionOutput
impl StructuralPartialEq for TransactionOutput
Auto Trait Implementationsยง
impl Freeze for TransactionOutput
impl RefUnwindSafe for TransactionOutput
impl Send for TransactionOutput
impl Sync for TransactionOutput
impl Unpin for TransactionOutput
impl UnsafeUnpin for TransactionOutput
impl UnwindSafe for TransactionOutput
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