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