pub struct AssetList {
pub assets: Vec<Asset>,
}Expand description
The <AssetList> element in ASSETMAP.xml.
Fields§
§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 UnsafeUnpin 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