pub struct UpdateQuickReplyMessage {
pub message: Message,
}Expand description
Read updateQuickReplyMessage docs.
Generated from the following TL definition:
updateQuickReplyMessage#3e050d0f message:Message = UpdateFields§
§message: MessageTrait Implementations§
Source§impl Clone for UpdateQuickReplyMessage
impl Clone for UpdateQuickReplyMessage
Source§fn clone(&self) -> UpdateQuickReplyMessage
fn clone(&self) -> UpdateQuickReplyMessage
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 UpdateQuickReplyMessage
impl Debug for UpdateQuickReplyMessage
Source§impl From<UpdateQuickReplyMessage> for Update
impl From<UpdateQuickReplyMessage> for Update
Source§fn from(x: UpdateQuickReplyMessage) -> Self
fn from(x: UpdateQuickReplyMessage) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateQuickReplyMessage
impl Identifiable for UpdateQuickReplyMessage
Source§const CONSTRUCTOR_ID: u32 = 1040518415
const CONSTRUCTOR_ID: u32 = 1040518415
The unique identifier for the type.
Source§impl PartialEq for UpdateQuickReplyMessage
impl PartialEq for UpdateQuickReplyMessage
Source§impl TryFrom<Update> for UpdateQuickReplyMessage
impl TryFrom<Update> for UpdateQuickReplyMessage
impl StructuralPartialEq for UpdateQuickReplyMessage
Auto Trait Implementations§
impl Freeze for UpdateQuickReplyMessage
impl RefUnwindSafe for UpdateQuickReplyMessage
impl Send for UpdateQuickReplyMessage
impl Sync for UpdateQuickReplyMessage
impl Unpin for UpdateQuickReplyMessage
impl UnsafeUnpin for UpdateQuickReplyMessage
impl UnwindSafe for UpdateQuickReplyMessage
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