Struct rust_tdlib::types::ReplyMarkupInlineKeyboard
source · [−]pub struct ReplyMarkupInlineKeyboard { /* private fields */ }Expand description
Contains an inline keyboard layout
Implementations
Trait Implementations
sourceimpl AsRef<ReplyMarkupInlineKeyboard> for ReplyMarkupInlineKeyboard
impl AsRef<ReplyMarkupInlineKeyboard> for ReplyMarkupInlineKeyboard
sourcefn as_ref(&self) -> &ReplyMarkupInlineKeyboard
fn as_ref(&self) -> &ReplyMarkupInlineKeyboard
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for ReplyMarkupInlineKeyboard
impl Clone for ReplyMarkupInlineKeyboard
sourcefn clone(&self) -> ReplyMarkupInlineKeyboard
fn clone(&self) -> ReplyMarkupInlineKeyboard
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ReplyMarkupInlineKeyboard
impl Debug for ReplyMarkupInlineKeyboard
sourceimpl Default for ReplyMarkupInlineKeyboard
impl Default for ReplyMarkupInlineKeyboard
sourcefn default() -> ReplyMarkupInlineKeyboard
fn default() -> ReplyMarkupInlineKeyboard
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ReplyMarkupInlineKeyboard
impl<'de> Deserialize<'de> for ReplyMarkupInlineKeyboard
sourcefn 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
sourceimpl Serialize for ReplyMarkupInlineKeyboard
impl Serialize for ReplyMarkupInlineKeyboard
impl TDReplyMarkup for ReplyMarkupInlineKeyboard
Auto Trait Implementations
impl RefUnwindSafe for ReplyMarkupInlineKeyboard
impl Send for ReplyMarkupInlineKeyboard
impl Sync for ReplyMarkupInlineKeyboard
impl Unpin for ReplyMarkupInlineKeyboard
impl UnwindSafe for ReplyMarkupInlineKeyboard
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more