Docs.rs
  • rust-tdlib-0.4.3
    • rust-tdlib 0.4.3
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • antonio-antuan
    • Dependencies
      • async-trait ^0.1 normal optional
      • dyn-clone ^1.0.11 normal optional
      • futures ^0.3 normal
      • lazy_static ^1.4 normal optional
      • log ^0.4 normal optional
      • serde ^1 normal
      • serde_derive ^1 normal
      • serde_json ^1 normal
      • tokio ^1 normal optional
      • uuid ^1.2.2 normal
      • env_logger ^0.10.0 dev
      • log ^0.4 dev
      • tokio ^1 dev
    • Versions
    • 62.11% of the crate is documented
  • 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

rust_tdlib0.4.3

TDTextEntityType

Implementations on Foreign Types

  • &'a TEXTENTITYTYPE
  • &'a mut TEXTENTITYTYPE

Implementors

In rust_tdlib::types

rust_tdlib::types

Trait 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