pub struct InputGroupCallInviteMessage {
pub msg_id: i32,
}Expand description
Generated from:
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 Deserializable for InputGroupCallInviteMessage
impl Deserializable for InputGroupCallInviteMessage
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
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 = 0x8c10603f
const CONSTRUCTOR_ID: u32 = 0x8c10603f
The constructor ID as specified in the TL schema.
Source§impl TryFrom<InputGroupCall> for InputGroupCallInviteMessage
impl TryFrom<InputGroupCall> for InputGroupCallInviteMessage
Source§type Error = InputGroupCall
type Error = InputGroupCall
The type returned in the event of a conversion error.
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