pub enum ChatInviteLinkSubscriptionInfo {
ChatInviteLinkSubscriptionInfo(ChatInviteLinkSubscriptionInfo),
}Variants§
ChatInviteLinkSubscriptionInfo(ChatInviteLinkSubscriptionInfo)
Contains information about subscription plan that must be paid by the user to use a chat invite link
Trait Implementations§
Source§impl Clone for ChatInviteLinkSubscriptionInfo
impl Clone for ChatInviteLinkSubscriptionInfo
Source§fn clone(&self) -> ChatInviteLinkSubscriptionInfo
fn clone(&self) -> ChatInviteLinkSubscriptionInfo
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<'de> Deserialize<'de> for ChatInviteLinkSubscriptionInfo
impl<'de> Deserialize<'de> for ChatInviteLinkSubscriptionInfo
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
Source§impl PartialEq for ChatInviteLinkSubscriptionInfo
impl PartialEq for ChatInviteLinkSubscriptionInfo
Source§fn eq(&self, other: &ChatInviteLinkSubscriptionInfo) -> bool
fn eq(&self, other: &ChatInviteLinkSubscriptionInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ChatInviteLinkSubscriptionInfo
Auto Trait Implementations§
impl Freeze for ChatInviteLinkSubscriptionInfo
impl RefUnwindSafe for ChatInviteLinkSubscriptionInfo
impl Send for ChatInviteLinkSubscriptionInfo
impl Sync for ChatInviteLinkSubscriptionInfo
impl Unpin for ChatInviteLinkSubscriptionInfo
impl UnsafeUnpin for ChatInviteLinkSubscriptionInfo
impl UnwindSafe for ChatInviteLinkSubscriptionInfo
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