pub enum ReplyMarkup {
InlineKeyboard(InlineKeyboardMarkup),
}Expand description
Reply markup options
Variants§
InlineKeyboard(InlineKeyboardMarkup)
Trait Implementations§
Source§impl Clone for ReplyMarkup
impl Clone for ReplyMarkup
Source§fn clone(&self) -> ReplyMarkup
fn clone(&self) -> ReplyMarkup
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReplyMarkup
impl Debug for ReplyMarkup
Auto Trait Implementations§
impl Freeze for ReplyMarkup
impl RefUnwindSafe for ReplyMarkup
impl Send for ReplyMarkup
impl Sync for ReplyMarkup
impl Unpin for ReplyMarkup
impl UnsafeUnpin for ReplyMarkup
impl UnwindSafe for ReplyMarkup
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