pub struct UpdateDeleteQuickReplyMessages {
pub shortcut_id: i32,
pub messages: Vec<i32>,
}Expand description
updateDeleteQuickReplyMessages
Generated from:
updateDeleteQuickReplyMessages#566fe7cd shortcut_id:int messages:Vector<int> = UpdateFields§
§shortcut_id: i32§messages: Vec<i32>Trait Implementations§
Source§impl Clone for UpdateDeleteQuickReplyMessages
impl Clone for UpdateDeleteQuickReplyMessages
Source§fn clone(&self) -> UpdateDeleteQuickReplyMessages
fn clone(&self) -> UpdateDeleteQuickReplyMessages
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 Deserializable for UpdateDeleteQuickReplyMessages
impl Deserializable for UpdateDeleteQuickReplyMessages
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<UpdateDeleteQuickReplyMessages> for Update
impl From<UpdateDeleteQuickReplyMessages> for Update
Source§fn from(x: UpdateDeleteQuickReplyMessages) -> Self
fn from(x: UpdateDeleteQuickReplyMessages) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateDeleteQuickReplyMessages
impl Identifiable for UpdateDeleteQuickReplyMessages
Source§const CONSTRUCTOR_ID: u32 = 0x566fe7cd
const CONSTRUCTOR_ID: u32 = 0x566fe7cd
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateDeleteQuickReplyMessages
impl PartialEq for UpdateDeleteQuickReplyMessages
Source§fn eq(&self, other: &UpdateDeleteQuickReplyMessages) -> bool
fn eq(&self, other: &UpdateDeleteQuickReplyMessages) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateDeleteQuickReplyMessages
Auto Trait Implementations§
impl Freeze for UpdateDeleteQuickReplyMessages
impl RefUnwindSafe for UpdateDeleteQuickReplyMessages
impl Send for UpdateDeleteQuickReplyMessages
impl Sync for UpdateDeleteQuickReplyMessages
impl Unpin for UpdateDeleteQuickReplyMessages
impl UnsafeUnpin for UpdateDeleteQuickReplyMessages
impl UnwindSafe for UpdateDeleteQuickReplyMessages
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