pub struct UpdateQuickReplyShortcutDeleted {
pub shortcut_id: i32,
}
Expand description
A quick reply shortcut and all its messages were deleted
Fields§
§shortcut_id: i32
The identifier of the deleted shortcut
Trait Implementations§
Source§impl Clone for UpdateQuickReplyShortcutDeleted
impl Clone for UpdateQuickReplyShortcutDeleted
Source§fn clone(&self) -> UpdateQuickReplyShortcutDeleted
fn clone(&self) -> UpdateQuickReplyShortcutDeleted
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 Default for UpdateQuickReplyShortcutDeleted
impl Default for UpdateQuickReplyShortcutDeleted
Source§fn default() -> UpdateQuickReplyShortcutDeleted
fn default() -> UpdateQuickReplyShortcutDeleted
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateQuickReplyShortcutDeleted
impl<'de> Deserialize<'de> for UpdateQuickReplyShortcutDeleted
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
Source§impl PartialEq for UpdateQuickReplyShortcutDeleted
impl PartialEq for UpdateQuickReplyShortcutDeleted
Source§fn eq(&self, other: &UpdateQuickReplyShortcutDeleted) -> bool
fn eq(&self, other: &UpdateQuickReplyShortcutDeleted) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UpdateQuickReplyShortcutDeleted
Auto Trait Implementations§
impl Freeze for UpdateQuickReplyShortcutDeleted
impl RefUnwindSafe for UpdateQuickReplyShortcutDeleted
impl Send for UpdateQuickReplyShortcutDeleted
impl Sync for UpdateQuickReplyShortcutDeleted
impl Unpin for UpdateQuickReplyShortcutDeleted
impl UnwindSafe for UpdateQuickReplyShortcutDeleted
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