Trait TDKeyboardButtonType

Source
pub trait TDKeyboardButtonType: Debug + RObject { }
Expand description

Describes a keyboard button type

Implementations on Foreign Types§

Source§

impl<'a, KEYBOARDBUTTONTYPE: TDKeyboardButtonType> TDKeyboardButtonType for &'a KEYBOARDBUTTONTYPE

Source§

impl<'a, KEYBOARDBUTTONTYPE: TDKeyboardButtonType> TDKeyboardButtonType for &'a mut KEYBOARDBUTTONTYPE

Implementors§