pub struct InputGroupCallInviteMessage {
pub msg_id: i32,
}Expand description
Read inputGroupCallInviteMessage docs.
Generated from the following TL definition:
inputGroupCallInviteMessage#8c10603f msg_id:int = InputGroupCallFields§
§msg_id: i32Trait Implementations§
Source§impl Clone for InputGroupCallInviteMessage
impl Clone for InputGroupCallInviteMessage
Source§fn clone(&self) -> InputGroupCallInviteMessage
fn clone(&self) -> InputGroupCallInviteMessage
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 InputGroupCallInviteMessage
impl Debug for InputGroupCallInviteMessage
Source§impl From<InputGroupCallInviteMessage> for InputGroupCall
impl From<InputGroupCallInviteMessage> for InputGroupCall
Source§fn from(x: InputGroupCallInviteMessage) -> Self
fn from(x: InputGroupCallInviteMessage) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputGroupCallInviteMessage
impl Identifiable for InputGroupCallInviteMessage
Source§const CONSTRUCTOR_ID: u32 = 2349883455
const CONSTRUCTOR_ID: u32 = 2349883455
The unique identifier for the type.
impl StructuralPartialEq for InputGroupCallInviteMessage
Auto Trait Implementations§
impl Freeze for InputGroupCallInviteMessage
impl RefUnwindSafe for InputGroupCallInviteMessage
impl Send for InputGroupCallInviteMessage
impl Sync for InputGroupCallInviteMessage
impl Unpin for InputGroupCallInviteMessage
impl UnsafeUnpin for InputGroupCallInviteMessage
impl UnwindSafe for InputGroupCallInviteMessage
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