pub struct InternalLinkTypePremiumGift {
pub referrer: String,
}
Expand description
The link is a link to the screen for gifting Telegram Premium subscriptions to friends via inputInvoiceTelegram payments or in-store purchases
Fields§
§referrer: String
Referrer specified in the link
Trait Implementations§
Source§impl Clone for InternalLinkTypePremiumGift
impl Clone for InternalLinkTypePremiumGift
Source§fn clone(&self) -> InternalLinkTypePremiumGift
fn clone(&self) -> InternalLinkTypePremiumGift
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 InternalLinkTypePremiumGift
impl Debug for InternalLinkTypePremiumGift
Source§impl Default for InternalLinkTypePremiumGift
impl Default for InternalLinkTypePremiumGift
Source§fn default() -> InternalLinkTypePremiumGift
fn default() -> InternalLinkTypePremiumGift
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InternalLinkTypePremiumGift
impl<'de> Deserialize<'de> for InternalLinkTypePremiumGift
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 InternalLinkTypePremiumGift
Auto Trait Implementations§
impl Freeze for InternalLinkTypePremiumGift
impl RefUnwindSafe for InternalLinkTypePremiumGift
impl Send for InternalLinkTypePremiumGift
impl Sync for InternalLinkTypePremiumGift
impl Unpin for InternalLinkTypePremiumGift
impl UnwindSafe for InternalLinkTypePremiumGift
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