pub struct Gift {
pub id: i64,
pub thumb_256: String,
pub thumb_96: String,
pub thumb_48: String,
}Expand description
Gift
Fields§
§id: i64Gift ID
thumb_256: StringThumbnail 256px
thumb_96: StringThumbnail 96px
thumb_48: StringThumbnail 48px
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Gift
impl<'de> Deserialize<'de> for Gift
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 Gift
impl RefUnwindSafe for Gift
impl Send for Gift
impl Sync for Gift
impl Unpin for Gift
impl UnwindSafe for Gift
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