Struct botapi::gen_types::NoSkipInlineKeyboardButton
source · pub struct NoSkipInlineKeyboardButton { /* private fields */ }Expand description
Companion type to InlineKeyboardButton that doesn’t skip fields when serializing. Used for certain deserializers that use arrays to represent struct members
Implementations§
source§impl NoSkipInlineKeyboardButton
impl NoSkipInlineKeyboardButton
pub fn skip(self) -> InlineKeyboardButton
Trait Implementations§
source§impl Clone for NoSkipInlineKeyboardButton
impl Clone for NoSkipInlineKeyboardButton
source§fn clone(&self) -> NoSkipInlineKeyboardButton
fn clone(&self) -> NoSkipInlineKeyboardButton
Returns a copy 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 NoSkipInlineKeyboardButton
impl Debug for NoSkipInlineKeyboardButton
source§impl Default for NoSkipInlineKeyboardButton
impl Default for NoSkipInlineKeyboardButton
source§fn default() -> NoSkipInlineKeyboardButton
fn default() -> NoSkipInlineKeyboardButton
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NoSkipInlineKeyboardButton
impl<'de> Deserialize<'de> for NoSkipInlineKeyboardButton
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<NoSkipInlineKeyboardButton> for InlineKeyboardButton
impl From<NoSkipInlineKeyboardButton> for InlineKeyboardButton
source§fn from(t: NoSkipInlineKeyboardButton) -> Self
fn from(t: NoSkipInlineKeyboardButton) -> Self
Converts to this type from the input type.
source§impl Into<NoSkipInlineKeyboardButton> for InlineKeyboardButton
impl Into<NoSkipInlineKeyboardButton> for InlineKeyboardButton
source§fn into(self) -> NoSkipInlineKeyboardButton
fn into(self) -> NoSkipInlineKeyboardButton
Converts this type into the (usually inferred) input type.