pub struct InternalLinkTypeGiftAuction {
pub auction_id: String,
}Expand description
The link is a link to a gift auction. Call getGiftAuctionState with the given auction identifier to process the link
Fields§
§auction_id: StringUnique identifier of the auction
Trait Implementations§
Source§impl Clone for InternalLinkTypeGiftAuction
impl Clone for InternalLinkTypeGiftAuction
Source§fn clone(&self) -> InternalLinkTypeGiftAuction
fn clone(&self) -> InternalLinkTypeGiftAuction
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 InternalLinkTypeGiftAuction
impl Debug for InternalLinkTypeGiftAuction
Source§impl Default for InternalLinkTypeGiftAuction
impl Default for InternalLinkTypeGiftAuction
Source§fn default() -> InternalLinkTypeGiftAuction
fn default() -> InternalLinkTypeGiftAuction
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InternalLinkTypeGiftAuction
impl<'de> Deserialize<'de> for InternalLinkTypeGiftAuction
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 InternalLinkTypeGiftAuction
Auto Trait Implementations§
impl Freeze for InternalLinkTypeGiftAuction
impl RefUnwindSafe for InternalLinkTypeGiftAuction
impl Send for InternalLinkTypeGiftAuction
impl Sync for InternalLinkTypeGiftAuction
impl Unpin for InternalLinkTypeGiftAuction
impl UnsafeUnpin for InternalLinkTypeGiftAuction
impl UnwindSafe for InternalLinkTypeGiftAuction
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