pub struct AssetList {
pub dollar_schema: String,
pub chain_name: String,
pub assets: Vec<Asset>,
}Fields§
§dollar_schema: String§chain_name: String§assets: Vec<Asset>Trait Implementations§
Source§impl<'de> Deserialize<'de> for AssetList
impl<'de> Deserialize<'de> for AssetList
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
impl StructuralPartialEq for AssetList
Auto Trait Implementations§
impl Freeze for AssetList
impl RefUnwindSafe for AssetList
impl Send for AssetList
impl Sync for AssetList
impl Unpin for AssetList
impl UnwindSafe for AssetList
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