pub struct LinkPreviewTypeGiftAuction {
pub gift: Gift,
pub auction_end_date: i32,
}Expand description
The link is a link to a gift auction
Fields§
§gift: GiftThe gift
auction_end_date: i32Point in time (Unix timestamp) when the auction will be ended
Trait Implementations§
Source§impl Clone for LinkPreviewTypeGiftAuction
impl Clone for LinkPreviewTypeGiftAuction
Source§fn clone(&self) -> LinkPreviewTypeGiftAuction
fn clone(&self) -> LinkPreviewTypeGiftAuction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LinkPreviewTypeGiftAuction
impl Debug for LinkPreviewTypeGiftAuction
Source§impl<'de> Deserialize<'de> for LinkPreviewTypeGiftAuction
impl<'de> Deserialize<'de> for LinkPreviewTypeGiftAuction
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 LinkPreviewTypeGiftAuction
Auto Trait Implementations§
impl Freeze for LinkPreviewTypeGiftAuction
impl RefUnwindSafe for LinkPreviewTypeGiftAuction
impl Send for LinkPreviewTypeGiftAuction
impl Sync for LinkPreviewTypeGiftAuction
impl Unpin for LinkPreviewTypeGiftAuction
impl UnsafeUnpin for LinkPreviewTypeGiftAuction
impl UnwindSafe for LinkPreviewTypeGiftAuction
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