pub struct AssetUtxo {
pub address: String,
pub amount: i64,
pub index: i64,
pub slot: i64,
pub tx_hash: String,
}
Fields§
§address: String
§amount: i64
§index: i64
§slot: i64
§tx_hash: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AssetUtxo
impl<'de> Deserialize<'de> for AssetUtxo
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 AssetUtxo
impl RefUnwindSafe for AssetUtxo
impl Send for AssetUtxo
impl Sync for AssetUtxo
impl Unpin for AssetUtxo
impl UnwindSafe for AssetUtxo
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