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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

TDTextEntityType

Implementations on Foreign Types

  • &'a TEXTENTITYTYPE
  • &'a mut TEXTENTITYTYPE

Implementors

In rust_tdlib::types

logo
Change settings

Trait rust_tdlib::types::TDTextEntityType

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

Represents a part of the text which must be formatted differently

Implementations on Foreign Types

source

impl<'a, TEXTENTITYTYPE: TDTextEntityType> TDTextEntityType for &'a TEXTENTITYTYPE

source

impl<'a, TEXTENTITYTYPE: TDTextEntityType> TDTextEntityType for &'a mut TEXTENTITYTYPE

Implementors

source

impl TDTextEntityType for TextEntityTypeBankCardNumber

source

impl TDTextEntityType for TextEntityTypeBold

source

impl TDTextEntityType for TextEntityTypeBotCommand

source

impl TDTextEntityType for TextEntityTypeCashtag

source

impl TDTextEntityType for TextEntityTypeCode

source

impl TDTextEntityType for TextEntityTypeEmailAddress

source

impl TDTextEntityType for TextEntityTypeHashtag

source

impl TDTextEntityType for TextEntityTypeItalic

source

impl TDTextEntityType for TextEntityTypeMediaTimestamp

source

impl TDTextEntityType for TextEntityTypeMention

source

impl TDTextEntityType for TextEntityTypeMentionName

source

impl TDTextEntityType for TextEntityTypePhoneNumber

source

impl TDTextEntityType for TextEntityTypePre

source

impl TDTextEntityType for TextEntityTypePreCode

source

impl TDTextEntityType for TextEntityTypeStrikethrough

source

impl TDTextEntityType for TextEntityTypeTextUrl

source

impl TDTextEntityType for TextEntityTypeUnderline

source

impl TDTextEntityType for TextEntityTypeUrl