pub struct UpdateDeleteMessages {
pub messages: Vec<i32>,
pub pts: i32,
pub pts_count: i32,
}Expand description
Generated from:
updateDeleteMessages#a20db0e5 messages:Vector<int> pts:int pts_count:int = UpdateFields§
§messages: Vec<i32>§pts: i32§pts_count: i32Trait Implementations§
Source§impl Clone for UpdateDeleteMessages
impl Clone for UpdateDeleteMessages
Source§fn clone(&self) -> UpdateDeleteMessages
fn clone(&self) -> UpdateDeleteMessages
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 UpdateDeleteMessages
impl Debug for UpdateDeleteMessages
Source§impl Deserializable for UpdateDeleteMessages
impl Deserializable for UpdateDeleteMessages
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<UpdateDeleteMessages> for Update
impl From<UpdateDeleteMessages> for Update
Source§fn from(x: UpdateDeleteMessages) -> Self
fn from(x: UpdateDeleteMessages) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateDeleteMessages
impl Identifiable for UpdateDeleteMessages
Source§const CONSTRUCTOR_ID: u32 = 0xa20db0e5
const CONSTRUCTOR_ID: u32 = 0xa20db0e5
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateDeleteMessages
impl PartialEq for UpdateDeleteMessages
Source§impl Serializable for UpdateDeleteMessages
impl Serializable for UpdateDeleteMessages
Source§impl TryFrom<Update> for UpdateDeleteMessages
impl TryFrom<Update> for UpdateDeleteMessages
impl StructuralPartialEq for UpdateDeleteMessages
Auto Trait Implementations§
impl Freeze for UpdateDeleteMessages
impl RefUnwindSafe for UpdateDeleteMessages
impl Send for UpdateDeleteMessages
impl Sync for UpdateDeleteMessages
impl Unpin for UpdateDeleteMessages
impl UnsafeUnpin for UpdateDeleteMessages
impl UnwindSafe for UpdateDeleteMessages
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