Docs.rs
  • rust-tdlib-0.4.1
    • rust-tdlib 0.4.1
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • antonio-antuan
    • Dependencies
      • async-trait ^0.1 normal
      • futures ^0.3 normal
      • lazy_static ^1.4 normal
      • log ^0.4 normal
      • serde ^1 normal
      • serde_derive ^1 normal
      • serde_json ^1 normal
      • tokio ^1 normal
      • uuid ^0.8 normal
      • env_logger ^0.8 dev
      • log ^0.4 dev
      • tokio ^1 dev
    • Versions
    • 53.03% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

TDInlineQueryResult

Implementations on Foreign Types

  • &'a INLINEQUERYRESULT
  • &'a mut INLINEQUERYRESULT

Implementors

In rust_tdlib::types

logo
Change settings

Trait rust_tdlib::types::TDInlineQueryResult

source · [−]
pub trait TDInlineQueryResult: Debug + RObject { }
Expand description

Represents a single result of an inline query

Implementations on Foreign Types

source

impl<'a, INLINEQUERYRESULT: TDInlineQueryResult> TDInlineQueryResult for &'a INLINEQUERYRESULT

source

impl<'a, INLINEQUERYRESULT: TDInlineQueryResult> TDInlineQueryResult for &'a mut INLINEQUERYRESULT

Implementors

source

impl TDInlineQueryResult for InlineQueryResultAnimation

source

impl TDInlineQueryResult for InlineQueryResultArticle

source

impl TDInlineQueryResult for InlineQueryResultAudio

source

impl TDInlineQueryResult for InlineQueryResultContact

source

impl TDInlineQueryResult for InlineQueryResultDocument

source

impl TDInlineQueryResult for InlineQueryResultGame

source

impl TDInlineQueryResult for InlineQueryResultLocation

source

impl TDInlineQueryResult for InlineQueryResultPhoto

source

impl TDInlineQueryResult for InlineQueryResultSticker

source

impl TDInlineQueryResult for InlineQueryResultVenue

source

impl TDInlineQueryResult for InlineQueryResultVideo

source

impl TDInlineQueryResult for InlineQueryResultVoiceNote