pub struct Giveaway {Show 13 fields
pub id: u32,
pub title: String,
pub worth: String,
pub thumbnail: String,
pub image: String,
pub description: String,
pub instructions: String,
pub open_giveaway_url: String,
pub published_date: String,
pub type_prop: String,
pub platforms: String,
pub end_date: Option<String>,
pub status: String,
}Fields§
§id: u32§title: String§worth: String§thumbnail: String§image: String§description: String§instructions: String§open_giveaway_url: String§published_date: String§type_prop: String§platforms: String§end_date: Option<String>§status: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Giveaway
impl<'de> Deserialize<'de> for Giveaway
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 Giveaway
impl RefUnwindSafe for Giveaway
impl Send for Giveaway
impl Sync for Giveaway
impl Unpin for Giveaway
impl UnwindSafe for Giveaway
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