pub struct Image {Show 15 fields
pub start_date: String,
pub full_start_date: String,
pub end_date: String,
pub url: String,
pub url_base: String,
pub copyright: String,
pub copyright_link: String,
pub title: String,
pub quiz_link: String,
pub wallpaper: bool,
pub hash: String,
pub dark: Option<isize>,
pub top: Option<isize>,
pub bottom: Option<isize>,
pub hotspots: Option<Vec<Value>>,
}Fields§
§start_date: String§full_start_date: String§end_date: String§url: String§url_base: String§copyright: String§copyright_link: String§title: String§quiz_link: String§wallpaper: bool§hash: String§dark: Option<isize>§top: Option<isize>§bottom: Option<isize>§hotspots: Option<Vec<Value>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Image
impl<'de> Deserialize<'de> for Image
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 Image
impl RefUnwindSafe for Image
impl Send for Image
impl Sync for Image
impl Unpin for Image
impl UnsafeUnpin for Image
impl UnwindSafe for Image
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