pub struct InputBotInlineMessageGame {
pub reply_markup: Option<ReplyMarkup>,
}Expand description
Generated from:
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 Deserializable for InputBotInlineMessageGame
impl Deserializable for InputBotInlineMessageGame
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<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 = 0x4b425864
const CONSTRUCTOR_ID: u32 = 0x4b425864
The constructor ID as specified in the TL schema.
Source§impl TryFrom<InputBotInlineMessage> for InputBotInlineMessageGame
impl TryFrom<InputBotInlineMessage> for InputBotInlineMessageGame
Source§type Error = InputBotInlineMessage
type Error = InputBotInlineMessage
The type returned in the event of a conversion error.
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