pub struct ReplyKeyboardForceReply {
pub single_use: bool,
pub selective: bool,
pub placeholder: Option<String>,
}Expand description
Read replyKeyboardForceReply docs.
Generated from the following TL definition:
replyKeyboardForceReply#86b40b08 flags:# single_use:flags.1?true selective:flags.2?true placeholder:flags.3?string = ReplyMarkupFields§
§single_use: bool§selective: bool§placeholder: Option<String>Trait Implementations§
Source§impl Clone for ReplyKeyboardForceReply
impl Clone for ReplyKeyboardForceReply
Source§fn clone(&self) -> ReplyKeyboardForceReply
fn clone(&self) -> ReplyKeyboardForceReply
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 ReplyKeyboardForceReply
impl Debug for ReplyKeyboardForceReply
Source§impl From<ReplyKeyboardForceReply> for ReplyMarkup
impl From<ReplyKeyboardForceReply> for ReplyMarkup
Source§fn from(x: ReplyKeyboardForceReply) -> Self
fn from(x: ReplyKeyboardForceReply) -> Self
Converts to this type from the input type.
Source§impl Identifiable for ReplyKeyboardForceReply
impl Identifiable for ReplyKeyboardForceReply
Source§const CONSTRUCTOR_ID: u32 = 2259946248
const CONSTRUCTOR_ID: u32 = 2259946248
The unique identifier for the type.
Source§impl PartialEq for ReplyKeyboardForceReply
impl PartialEq for ReplyKeyboardForceReply
Source§impl TryFrom<ReplyMarkup> for ReplyKeyboardForceReply
impl TryFrom<ReplyMarkup> for ReplyKeyboardForceReply
impl StructuralPartialEq for ReplyKeyboardForceReply
Auto Trait Implementations§
impl Freeze for ReplyKeyboardForceReply
impl RefUnwindSafe for ReplyKeyboardForceReply
impl Send for ReplyKeyboardForceReply
impl Sync for ReplyKeyboardForceReply
impl Unpin for ReplyKeyboardForceReply
impl UnsafeUnpin for ReplyKeyboardForceReply
impl UnwindSafe for ReplyKeyboardForceReply
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