Docs.rs
  • rust-tdlib-0.4.0
    • rust-tdlib 0.4.0
    • 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
    • 62.14% 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

TDFileType

Implementations on Foreign Types

  • &'a FILETYPE
  • &'a mut FILETYPE

Implementors

In rust_tdlib::types

logo
Change settings

Trait rust_tdlib::types::TDFileType

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

Represents the type of a file

Implementations on Foreign Types

source

impl<'a, FILETYPE: TDFileType> TDFileType for &'a FILETYPE

source

impl<'a, FILETYPE: TDFileType> TDFileType for &'a mut FILETYPE

Implementors

source

impl TDFileType for FileTypeAnimation

source

impl TDFileType for FileTypeAudio

source

impl TDFileType for FileTypeDocument

source

impl TDFileType for FileTypeNone

source

impl TDFileType for FileTypePhoto

source

impl TDFileType for FileTypeProfilePhoto

source

impl TDFileType for FileTypeSecret

source

impl TDFileType for FileTypeSecretThumbnail

source

impl TDFileType for FileTypeSecure

source

impl TDFileType for FileTypeSticker

source

impl TDFileType for FileTypeThumbnail

source

impl TDFileType for FileTypeUnknown

source

impl TDFileType for FileTypeVideo

source

impl TDFileType for FileTypeVideoNote

source

impl TDFileType for FileTypeVoiceNote

source

impl TDFileType for FileTypeWallpaper