pub struct AssetItem {
pub policy_id: String,
pub asset_name: String,
pub fingerprint: String,
pub decimals: Option<u64>,
pub quantity: String,
}Fields§
§policy_id: String§asset_name: String§fingerprint: String§decimals: Option<u64>§quantity: StringImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AssetItem
impl<'de> Deserialize<'de> for AssetItem
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 AssetItem
impl RefUnwindSafe for AssetItem
impl Send for AssetItem
impl Sync for AssetItem
impl Unpin for AssetItem
impl UnwindSafe for AssetItem
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