Enum tg_botapi::types::InlineQueryResult[][src]

Variants

Tuple Fields of Article

0: Box<InlineQueryResultArticle>

Tuple Fields of Photo

0: Box<InlineQueryResultPhoto>

Tuple Fields of Gif

0: Box<InlineQueryResultGif>

Tuple Fields of Mpeg4Gif

0: Box<InlineQueryResultMpeg4Gif>

Tuple Fields of Video

0: Box<InlineQueryResultVideo>

Tuple Fields of Audio

0: Box<InlineQueryResultAudio>

Tuple Fields of Voice

0: Box<InlineQueryResultVoice>

Tuple Fields of Document

0: Box<InlineQueryResultDocument>

Tuple Fields of Location

0: Box<InlineQueryResultLocation>

Tuple Fields of Venue

0: Box<InlineQueryResultVenue>

Tuple Fields of Contact

0: Box<InlineQueryResultContact>

Tuple Fields of Game

0: Box<InlineQueryResultGame>

Tuple Fields of CachedPhoto

0: Box<InlineQueryResultCachedPhoto>

Tuple Fields of CachedGif

0: Box<InlineQueryResultCachedGif>

Tuple Fields of CachedMpeg4Gif

0: Box<InlineQueryResultCachedMpeg4Gif>

Tuple Fields of CachedSticker

0: Box<InlineQueryResultCachedSticker>

Tuple Fields of CachedDocument

0: Box<InlineQueryResultCachedDocument>

Tuple Fields of CachedVideo

0: Box<InlineQueryResultCachedVideo>

Tuple Fields of CachedVoice

0: Box<InlineQueryResultCachedVoice>

Tuple Fields of CachedAudio

0: Box<InlineQueryResultCachedAudio>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more