[][src]Enum rust_tdlib::types::InputInlineQueryResult

Represents a single result of an inline query; for bots only

Variants

Represents a link to an animated GIF

Represents a link to an animated (i.e. without sound) H.264/MPEG-4 AVC video

Represents a link to an article or web page

Represents a link to an MP3 audio file

Represents a user contact

Represents a link to a file

Represents a game

Represents a point on the map

Represents link to a JPEG image

Represents a link to a WEBP or TGS sticker

Represents information about a venue

Represents a link to a page containing an embedded video player or a video file

Represents a link to an opus-encoded audio file within an OGG container, single channel audio

Implementations

impl InputInlineQueryResult[src]

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

Trait Implementations

impl AsRef<InputInlineQueryResult> for InputInlineQueryResult[src]

impl Clone for InputInlineQueryResult[src]

impl Debug for InputInlineQueryResult[src]

impl Default for InputInlineQueryResult[src]

impl<'de> Deserialize<'de> for InputInlineQueryResult[src]

impl RObject for InputInlineQueryResult[src]

impl Serialize for InputInlineQueryResult[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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<V, T> VZip<V> for T where
    V: MultiLane<T>,