pub struct Assets {
pub logo: Asset,
pub cover_tiny: Asset,
pub cover_small: Asset,
pub cover_medium: Asset,
pub cover_large: Asset,
pub icon: Asset,
pub trophy_1st: Asset,
pub trophy_2nd: Asset,
pub trophy_3rd: Asset,
pub trophy_4th: Option<Asset>,
pub background: Option<Asset>,
pub foreground: Option<Asset>,
}
Fields§
§logo: Asset
§cover_tiny: Asset
§cover_small: Asset
§cover_medium: Asset
§cover_large: Asset
§icon: Asset
§trophy_1st: Asset
§trophy_2nd: Asset
§trophy_3rd: Asset
§trophy_4th: Option<Asset>
§background: Option<Asset>
§foreground: Option<Asset>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Assets
impl<'de> Deserialize<'de> for Assets
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 Assets
Auto Trait Implementations§
impl Freeze for Assets
impl RefUnwindSafe for Assets
impl Send for Assets
impl Sync for Assets
impl Unpin for Assets
impl UnwindSafe for Assets
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