pub struct UpdateChatParticipantDelete {
pub chat_id: i64,
pub user_id: i64,
pub version: i32,
}Expand description
Generated from:
updateChatParticipantDelete#e32f3d77 chat_id:long user_id:long version:int = UpdateFields§
§chat_id: i64§user_id: i64§version: i32Trait Implementations§
Source§impl Clone for UpdateChatParticipantDelete
impl Clone for UpdateChatParticipantDelete
Source§fn clone(&self) -> UpdateChatParticipantDelete
fn clone(&self) -> UpdateChatParticipantDelete
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 UpdateChatParticipantDelete
impl Debug for UpdateChatParticipantDelete
Source§impl Deserializable for UpdateChatParticipantDelete
impl Deserializable for UpdateChatParticipantDelete
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<UpdateChatParticipantDelete> for Update
impl From<UpdateChatParticipantDelete> for Update
Source§fn from(x: UpdateChatParticipantDelete) -> Self
fn from(x: UpdateChatParticipantDelete) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateChatParticipantDelete
impl Identifiable for UpdateChatParticipantDelete
Source§const CONSTRUCTOR_ID: u32 = 0xe32f3d77
const CONSTRUCTOR_ID: u32 = 0xe32f3d77
The constructor ID as specified in the TL schema.
Source§impl TryFrom<Update> for UpdateChatParticipantDelete
impl TryFrom<Update> for UpdateChatParticipantDelete
impl StructuralPartialEq for UpdateChatParticipantDelete
Auto Trait Implementations§
impl Freeze for UpdateChatParticipantDelete
impl RefUnwindSafe for UpdateChatParticipantDelete
impl Send for UpdateChatParticipantDelete
impl Sync for UpdateChatParticipantDelete
impl Unpin for UpdateChatParticipantDelete
impl UnsafeUnpin for UpdateChatParticipantDelete
impl UnwindSafe for UpdateChatParticipantDelete
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