pub struct Icon {
pub image_34: Option<String>,
pub image_44: Option<String>,
pub image_68: Option<String>,
pub image_88: Option<String>,
pub image_102: Option<String>,
pub image_132: Option<String>,
pub image_default: Option<bool>,
}Fields§
§image_34: Option<String>§image_44: Option<String>§image_68: Option<String>§image_88: Option<String>§image_102: Option<String>§image_132: Option<String>§image_default: Option<bool>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Icon
impl<'de> Deserialize<'de> for Icon
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 Icon
Auto Trait Implementations§
impl Freeze for Icon
impl RefUnwindSafe for Icon
impl Send for Icon
impl Sync for Icon
impl Unpin for Icon
impl UnwindSafe for Icon
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