[][src]Struct tbot::types::keyboard::reply::Keyboard

pub struct Keyboard<'a> { /* fields omitted */ }

Represents a ReplyKeyboardMarkup.

Methods

impl<'a> Keyboard<'a>[src]

pub const fn new(keyboard: Markup<'a>) -> Self[src]

Constructs a reply Keyboard.

pub fn resize_keyboard(self, is_resized: bool) -> Self[src]

Configures resize_keyboard.

pub fn one_time_keyboard(self, is_one_time: bool) -> Self[src]

Configures one_time_keyboard.

pub fn selective(self, is_selective: bool) -> Self[src]

Configures selective.

Trait Implementations

impl<'a> From<Keyboard<'a>> for Any<'a>[src]

impl<'a> From<&'a [&'a [Button<'a>]]> for Keyboard<'a>[src]

impl<'a> PartialEq<Keyboard<'a>> for Keyboard<'a>[src]

impl<'a> Clone for Keyboard<'a>[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl<'a> Eq for Keyboard<'a>[src]

impl<'a> Copy for Keyboard<'a>[src]

impl<'a> Debug for Keyboard<'a>[src]

impl<'a> Hash for Keyboard<'a>[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl<'a> Serialize for Keyboard<'a>[src]

Auto Trait Implementations

impl<'a> Send for Keyboard<'a>

impl<'a> Unpin for Keyboard<'a>

impl<'a> Sync for Keyboard<'a>

impl<'a> UnwindSafe for Keyboard<'a>

impl<'a> RefUnwindSafe for Keyboard<'a>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]