pub struct InputInvoiceChatInviteSubscription {
pub hash: String,
}Expand description
Read inputInvoiceChatInviteSubscription docs.
Generated from the following TL definition:
inputInvoiceChatInviteSubscription#34e793f1 hash:string = InputInvoiceFields§
§hash: StringTrait Implementations§
Source§impl Clone for InputInvoiceChatInviteSubscription
impl Clone for InputInvoiceChatInviteSubscription
Source§fn clone(&self) -> InputInvoiceChatInviteSubscription
fn clone(&self) -> InputInvoiceChatInviteSubscription
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 From<InputInvoiceChatInviteSubscription> for InputInvoice
impl From<InputInvoiceChatInviteSubscription> for InputInvoice
Source§fn from(x: InputInvoiceChatInviteSubscription) -> Self
fn from(x: InputInvoiceChatInviteSubscription) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputInvoiceChatInviteSubscription
impl Identifiable for InputInvoiceChatInviteSubscription
Source§const CONSTRUCTOR_ID: u32 = 887591921
const CONSTRUCTOR_ID: u32 = 887591921
The unique identifier for the type.
Source§impl PartialEq for InputInvoiceChatInviteSubscription
impl PartialEq for InputInvoiceChatInviteSubscription
Source§fn eq(&self, other: &InputInvoiceChatInviteSubscription) -> bool
fn eq(&self, other: &InputInvoiceChatInviteSubscription) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InputInvoiceChatInviteSubscription
Auto Trait Implementations§
impl Freeze for InputInvoiceChatInviteSubscription
impl RefUnwindSafe for InputInvoiceChatInviteSubscription
impl Send for InputInvoiceChatInviteSubscription
impl Sync for InputInvoiceChatInviteSubscription
impl Unpin for InputInvoiceChatInviteSubscription
impl UnsafeUnpin for InputInvoiceChatInviteSubscription
impl UnwindSafe for InputInvoiceChatInviteSubscription
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