pub struct UpdateQuickReplyMessage {
pub message: Message,
}Expand description
Fields§
§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 Deserializable for UpdateQuickReplyMessage
impl Deserializable for UpdateQuickReplyMessage
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<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 = 0x3e050d0f
const CONSTRUCTOR_ID: u32 = 0x3e050d0f
The constructor ID as specified in the TL schema.
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