Trait rust_tdlib::types::TDKeyboardButtonType[][src]

pub trait TDKeyboardButtonType: Debug + RObject { }
Expand description

Describes a keyboard button type

Implementations on Foreign Types

impl<'a, KEYBOARDBUTTONTYPE: TDKeyboardButtonType> TDKeyboardButtonType for &'a KEYBOARDBUTTONTYPE[src]

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

Implementors