pub struct UtxoFormat {
pub txid: String,
pub vout: u16,
pub status: TxStatusFormat,
pub value: u32,
}Fields§
§txid: String§vout: u16§status: TxStatusFormat§value: u32Trait Implementations§
Source§impl Debug for UtxoFormat
impl Debug for UtxoFormat
Source§impl<'de> Deserialize<'de> for UtxoFormat
impl<'de> Deserialize<'de> for UtxoFormat
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 UtxoFormat
impl RefUnwindSafe for UtxoFormat
impl Send for UtxoFormat
impl Sync for UtxoFormat
impl Unpin for UtxoFormat
impl UnwindSafe for UtxoFormat
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