pub struct InputBotInlineMessageGame {
pub reply_markup: Option<ReplyMarkup>,
}Expand description
Read inputBotInlineMessageGame docs.
Generated from the following TL definition:
inputBotInlineMessageGame#4b425864 flags:# reply_markup:flags.2?ReplyMarkup = InputBotInlineMessageFields§
§reply_markup: Option<ReplyMarkup>Trait Implementations§
Source§impl Clone for InputBotInlineMessageGame
impl Clone for InputBotInlineMessageGame
Source§fn clone(&self) -> InputBotInlineMessageGame
fn clone(&self) -> InputBotInlineMessageGame
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 InputBotInlineMessageGame
impl Debug for InputBotInlineMessageGame
Source§impl From<InputBotInlineMessageGame> for InputBotInlineMessage
impl From<InputBotInlineMessageGame> for InputBotInlineMessage
Source§fn from(x: InputBotInlineMessageGame) -> Self
fn from(x: InputBotInlineMessageGame) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputBotInlineMessageGame
impl Identifiable for InputBotInlineMessageGame
Source§const CONSTRUCTOR_ID: u32 = 1262639204
const CONSTRUCTOR_ID: u32 = 1262639204
The unique identifier for the type.
impl StructuralPartialEq for InputBotInlineMessageGame
Auto Trait Implementations§
impl Freeze for InputBotInlineMessageGame
impl RefUnwindSafe for InputBotInlineMessageGame
impl Send for InputBotInlineMessageGame
impl Sync for InputBotInlineMessageGame
impl Unpin for InputBotInlineMessageGame
impl UnsafeUnpin for InputBotInlineMessageGame
impl UnwindSafe for InputBotInlineMessageGame
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