Trait rust_tdlib::types::TDTextEntityType[][src]

pub trait TDTextEntityType: Debug + RObject { }
Expand description

Represents a part of the text which must be formatted differently

Implementations on Foreign Types

impl<'a, TEXTENTITYTYPE: TDTextEntityType> TDTextEntityType for &'a TEXTENTITYTYPE[src]

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

Implementors