pub struct UpdateDeleteQuickReply {
pub shortcut_id: i32,
}Expand description
Fields§
§shortcut_id: i32Trait Implementations§
Source§impl Clone for UpdateDeleteQuickReply
impl Clone for UpdateDeleteQuickReply
Source§fn clone(&self) -> UpdateDeleteQuickReply
fn clone(&self) -> UpdateDeleteQuickReply
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 UpdateDeleteQuickReply
impl Debug for UpdateDeleteQuickReply
Source§impl Deserializable for UpdateDeleteQuickReply
impl Deserializable for UpdateDeleteQuickReply
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<UpdateDeleteQuickReply> for Update
impl From<UpdateDeleteQuickReply> for Update
Source§fn from(x: UpdateDeleteQuickReply) -> Self
fn from(x: UpdateDeleteQuickReply) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateDeleteQuickReply
impl Identifiable for UpdateDeleteQuickReply
Source§const CONSTRUCTOR_ID: u32 = 0x53e6f1ec
const CONSTRUCTOR_ID: u32 = 0x53e6f1ec
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateDeleteQuickReply
impl PartialEq for UpdateDeleteQuickReply
Source§impl TryFrom<Update> for UpdateDeleteQuickReply
impl TryFrom<Update> for UpdateDeleteQuickReply
impl StructuralPartialEq for UpdateDeleteQuickReply
Auto Trait Implementations§
impl Freeze for UpdateDeleteQuickReply
impl RefUnwindSafe for UpdateDeleteQuickReply
impl Send for UpdateDeleteQuickReply
impl Sync for UpdateDeleteQuickReply
impl Unpin for UpdateDeleteQuickReply
impl UnsafeUnpin for UpdateDeleteQuickReply
impl UnwindSafe for UpdateDeleteQuickReply
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