[][src]Struct telegram_bot::types::requests::SendChatAction

pub struct SendChatAction { /* fields omitted */ }

Use this method when you need to tell the user that something is happening on the bot's side. The status is set for 5 seconds or less (when a message arrives from your bot, Telegram clients clear its typing status).

Implementations

impl SendChatAction[src]

pub fn new<C>(chat: C, action: ChatAction) -> SendChatAction where
    C: ToChatRef
[src]

Trait Implementations

impl Clone for SendChatAction[src]

impl Debug for SendChatAction[src]

impl PartialEq<SendChatAction> for SendChatAction[src]

impl PartialOrd<SendChatAction> for SendChatAction[src]

impl Request for SendChatAction[src]

impl Serialize for SendChatAction[src]

impl StructuralPartialEq for SendChatAction[src]

Auto Trait Implementations

impl RefUnwindSafe for SendChatAction[src]

impl Send for SendChatAction[src]

impl Sync for SendChatAction[src]

impl Unpin for SendChatAction[src]

impl UnwindSafe for SendChatAction[src]

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument 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<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]