pub struct EditChatSubscriptionInviteLinkParams {
pub chat_id: ChatId,
pub invite_link: String,
pub name: Option<String>,
}Fields§
§chat_id: ChatId§invite_link: String§name: Option<String>Trait Implementations§
Source§impl Clone for EditChatSubscriptionInviteLinkParams
impl Clone for EditChatSubscriptionInviteLinkParams
Source§fn clone(&self) -> EditChatSubscriptionInviteLinkParams
fn clone(&self) -> EditChatSubscriptionInviteLinkParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EditChatSubscriptionInviteLinkParams
impl RefUnwindSafe for EditChatSubscriptionInviteLinkParams
impl Send for EditChatSubscriptionInviteLinkParams
impl Sync for EditChatSubscriptionInviteLinkParams
impl Unpin for EditChatSubscriptionInviteLinkParams
impl UnsafeUnpin for EditChatSubscriptionInviteLinkParams
impl UnwindSafe for EditChatSubscriptionInviteLinkParams
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