pub struct OutspentFormat {
pub spent: bool,
pub txid: Option<String>,
pub vin: Option<u32>,
pub status: Option<TxStatusFormat>,
}Fields§
§spent: bool§txid: Option<String>§vin: Option<u32>§status: Option<TxStatusFormat>Trait Implementations§
Source§impl Debug for OutspentFormat
impl Debug for OutspentFormat
Source§impl<'de> Deserialize<'de> for OutspentFormat
impl<'de> Deserialize<'de> for OutspentFormat
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 OutspentFormat
impl RefUnwindSafe for OutspentFormat
impl Send for OutspentFormat
impl Sync for OutspentFormat
impl Unpin for OutspentFormat
impl UnwindSafe for OutspentFormat
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