[][src]Struct telegram_bot::types::requests::stop_message_live_location::StopMessageLiveLocation

#[must_use = "requests do nothing unless sent"]pub struct StopMessageLiveLocation { /* fields omitted */ }

Use this method to stop updating a live location message sent by the bot before live_period expires.

Implementations

impl StopMessageLiveLocation[src]

pub fn new<C, M>(chat: C, message_id: M) -> StopMessageLiveLocation where
    C: ToChatRef,
    M: ToMessageId
[src]

pub fn reply_markup<R>(
    &mut self,
    reply_markup: R
) -> &mut StopMessageLiveLocation where
    R: Into<ReplyMarkup>, 
[src]

Trait Implementations

impl Clone for StopMessageLiveLocation[src]

impl Debug for StopMessageLiveLocation[src]

impl PartialEq<StopMessageLiveLocation> for StopMessageLiveLocation[src]

impl PartialOrd<StopMessageLiveLocation> for StopMessageLiveLocation[src]

impl Request for StopMessageLiveLocation[src]

impl Serialize for StopMessageLiveLocation[src]

impl StructuralPartialEq for StopMessageLiveLocation[src]

Auto Trait Implementations

impl RefUnwindSafe for StopMessageLiveLocation[src]

impl Send for StopMessageLiveLocation[src]

impl Sync for StopMessageLiveLocation[src]

impl Unpin for StopMessageLiveLocation[src]

impl UnwindSafe for StopMessageLiveLocation[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]