pub struct BlockscoutAssetMetadata {
pub icon_url: Option<String>,
pub other: HashMap<String, Value>,
}Fields§
§icon_url: Option<String>§other: HashMap<String, Value>Trait Implementations§
Source§impl Debug for BlockscoutAssetMetadata
impl Debug for BlockscoutAssetMetadata
Source§impl<'de> Deserialize<'de> for BlockscoutAssetMetadata
impl<'de> Deserialize<'de> for BlockscoutAssetMetadata
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 BlockscoutAssetMetadata
impl RefUnwindSafe for BlockscoutAssetMetadata
impl Send for BlockscoutAssetMetadata
impl Sync for BlockscoutAssetMetadata
impl Unpin for BlockscoutAssetMetadata
impl UnsafeUnpin for BlockscoutAssetMetadata
impl UnwindSafe for BlockscoutAssetMetadata
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