[][src]Trait rtdlib::types::KeyboardButtonType

pub trait KeyboardButtonType: Object + RObject + Debug + Serialize + Deserialize { }

This class is an abstract base class. Describes a keyboard button type.

Methods

impl dyn KeyboardButtonType[src]

pub fn from_json<S: AsRef<str>>(json: S) -> Option<Box<Self>>[src]

Trait Implementations

impl<'typetag> Serialize for dyn KeyboardButtonType + 'typetag[src]

impl<'typetag> Serialize for dyn KeyboardButtonType + Send + 'typetag[src]

impl<'typetag> Serialize for dyn KeyboardButtonType + Sync + 'typetag[src]

impl<'typetag> Serialize for dyn KeyboardButtonType + Send + Sync + 'typetag[src]

impl Strictest for dyn KeyboardButtonType[src]

Implementors

impl KeyboardButtonType for KeyboardButtonTypeRequestLocation[src]

impl KeyboardButtonType for KeyboardButtonTypeRequestPhoneNumber[src]

impl KeyboardButtonType for KeyboardButtonTypeText[src]

Loading content...