pub struct AddressTxOut {
pub outpoint: OutPoint,
pub value: u64,
pub runes: Vec<RuneAmount>,
}Fields§
§outpoint: OutPoint§value: u64§runes: Vec<RuneAmount>Trait Implementations§
Source§impl Debug for AddressTxOut
impl Debug for AddressTxOut
Source§impl<'de> Deserialize<'de> for AddressTxOut
impl<'de> Deserialize<'de> for AddressTxOut
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 From<(OutPoint, TxOutEntry)> for AddressTxOut
impl From<(OutPoint, TxOutEntry)> for AddressTxOut
Source§fn from((outpoint, tx_out): (OutPoint, TxOutEntry)) -> Self
fn from((outpoint, tx_out): (OutPoint, TxOutEntry)) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AddressTxOut
impl RefUnwindSafe for AddressTxOut
impl Send for AddressTxOut
impl Sync for AddressTxOut
impl Unpin for AddressTxOut
impl UnwindSafe for AddressTxOut
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