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