pub struct UpdateQuickReplyShortcuts {
pub shortcut_ids: Vec<i32>,
}
Expand description
The list of quick reply shortcuts has changed
Fields§
§shortcut_ids: Vec<i32>
The new list of identifiers of quick reply shortcuts
Trait Implementations§
Source§impl Clone for UpdateQuickReplyShortcuts
impl Clone for UpdateQuickReplyShortcuts
Source§fn clone(&self) -> UpdateQuickReplyShortcuts
fn clone(&self) -> UpdateQuickReplyShortcuts
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 UpdateQuickReplyShortcuts
impl Debug for UpdateQuickReplyShortcuts
Source§impl Default for UpdateQuickReplyShortcuts
impl Default for UpdateQuickReplyShortcuts
Source§fn default() -> UpdateQuickReplyShortcuts
fn default() -> UpdateQuickReplyShortcuts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateQuickReplyShortcuts
impl<'de> Deserialize<'de> for UpdateQuickReplyShortcuts
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for UpdateQuickReplyShortcuts
Auto Trait Implementations§
impl Freeze for UpdateQuickReplyShortcuts
impl RefUnwindSafe for UpdateQuickReplyShortcuts
impl Send for UpdateQuickReplyShortcuts
impl Sync for UpdateQuickReplyShortcuts
impl Unpin for UpdateQuickReplyShortcuts
impl UnwindSafe for UpdateQuickReplyShortcuts
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