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